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

Function extractValue

javascript/src/encodable.js:631–635  ·  view source on GitHub ↗
(key)

Source from the content-addressed store, hash-verified

629 const properties = Object.assign({}, legacyProperties);
630 let value;
631 const extractValue = (key) => {
632 value = properties[key];
633 delete properties[key];
634 return value;
635 };
636 // Extract the legacy properties from the properties object. May be set to
637 // null for deletion, but we use NULL_VALUE so that Serializable$has returns
638 // true.

Callers 1

encodable.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected