# File lib/sass/script/functions.rb, line 2047
    def map_get(map, key)
      assert_type map, :Map, :map
      map.to_h[key] || null
    end