Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
*/
240
function
stringOrNull_(value) {
241
if
(value != null) {
242
return
String(value);
243
}
244
return
null;
245
}
246
247
248
/**
Callers
1
encodable_batch.js
File · 0.85
Calls
1
String
Class · 0.85
Tested by
no test coverage detected