MCPcopy
hub / github.com/google/earthengine-api / encode

Method encode

javascript/src/deserializer.js:221–223  ·  view source on GitHub ↗

@override @return {*}

(/** function(*):* */ encoder)

Source from the content-addressed store, hash-verified

219 class ComputedFunction extends ee.Function {
220 /** @override @return {*} */
221 encode(/** function(*):* */ encoder) {
222 return funcComputed.encode(encoder);
223 }
224 /** @override @return {!ee.api.ValueNode} */
225 encodeCloudInvocation(
226 /** !ee.Encodable.Serializer */ serializer, /** ? */ args) {

Callers

nothing calls this directly

Calls 1

encodeMethod · 0.45

Tested by

no test coverage detected