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

Function stringOrNull_

javascript/src/encodable_batch.js:240–245  ·  view source on GitHub ↗

* @param {*} value * @return {string|null} * @private

(value)

Source from the content-addressed store, hash-verified

238 * @private
239 */
240function stringOrNull_(value) {
241 if (value != null) {
242 return String(value);
243 }
244 return null;
245}
246
247
248/**

Callers 1

encodable_batch.jsFile · 0.85

Calls 1

StringClass · 0.85

Tested by

no test coverage detected