MCPcopy Index your code
hub / github.com/google/earthengine-api / optimize

Method optimize

javascript/src/serializer.js:531–537  ·  view source on GitHub ↗

* @return {!ee.api.Expression}

()

Source from the content-addressed store, hash-verified

529 * @return {!ee.api.Expression}
530 */
531 optimize() {
532 const result = this.optimizeReference(this.rootReference);
533 return new ee.api.Expression({
534 result,
535 values: this.optimizedValues,
536 });
537 }
538
539 /**
540 * @param {string} ref

Callers 1

serializer.jsFile · 0.45

Calls 1

optimizeReferenceMethod · 0.95

Tested by

no test coverage detected