Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/google/earthengine-api
/ encode_invocation
Method
encode_invocation
python/ee/customfunction.py:66–67 ·
view source on GitHub ↗
(self, encoder: Callable[[Any], Any])
Source
from the content-addressed store, hash-verified
64
}
65
66
def
encode_invocation(self, encoder: Callable[[Any], Any]) -> dict[str, Any]:
67
return
self.encode(encoder)
68
69
def
encode_cloud_invocation(
70
self, encoder: Callable[[Any], Any]
Callers
nothing calls this directly
Calls
1
encode
Method · 0.95
Tested by
no test coverage detected