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

Function handle

javascript/src/data.js:1342–1343  ·  view source on GitHub ↗
(response)

Source from the content-addressed store, hash-verified

1340 }
1341 const call = new ee.apiclient.Call(opt_callback);
1342 const handle = (response) =>
1343 call.handle(response.then(ee.rpc_convert.operationToProcessingResponse));
1344 switch (taskType) {
1345 case ee.data.ExportType.IMAGE:
1346 const imageRequest = ee.data.prepareExportImageRequest_(params, metadata);

Callers 2

data.jsFile · 0.85
apiclient.jsFile · 0.85

Calls 1

handleMethod · 0.80

Tested by

no test coverage detected