MCPcopy Create free account
hub / github.com/microsoft/SandDance / toString

Function toString

docs/app/js/sanddance-app.js:107114–107116  ·  view source on GitHub ↗
(_)

Source from the content-addressed store, hash-verified

107112 return _ == null || _ === "" ? null : parser(_);
107113}
107114function toString(_) {
107115 return _ == null || _ === "" ? null : _ + "";
107116}
107117function toSet(_) {
107118 const s = {}, n = _.length;
107119 for(let i = 0; i < n; ++i)s[_[i]] = true;

Callers 1

parseObjectInitialiserFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected