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

Function stringifyType

javascript/src/customfunction.js:166–172  ·  view source on GitHub ↗
(type)

Source from the content-addressed store, hash-verified

164 */
165ee.CustomFunction.create = function(func, returnType, arg_types) {
166 const stringifyType = function(type) {
167 if (typeof type === 'string') {
168 return type;
169 } else {
170 return ee.Types.classToName(type);
171 }
172 };
173 const args = goog.array.map(arg_types, function(argType) {
174 return {
175 'name': null,

Callers 1

customfunction.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected