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

Function truncatedOps

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

Source from the content-addressed store, hash-verified

1160ee.data.listOperations = function(opt_limit, opt_callback) {
1161 const ops = [];
1162 const truncatedOps = () => opt_limit ? ops.slice(0, opt_limit) : ops;
1163 /** @type {!ee.api.ProjectsOperationsListNamedParameters} */
1164 const params = {pageSize: ee.data.TASKLIST_PAGE_SIZE_};
1165 // Use tail recursion to fetch batches of operations.

Callers 2

getResponseFunction · 0.85
data.jsFile · 0.85

Calls 1

sliceMethod · 0.45

Tested by

no test coverage detected