MCPcopy
hub / github.com/microsoft/SandDance / _normalizeValue

Function _normalizeValue

docs/app/js/sanddance-app.js:23491–23500  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

23489 return current;
23490}
23491function _normalizeValue(value) {
23492 switch(value){
23493 case undefined:
23494 return "__undefined__";
23495 case null:
23496 return "__null__";
23497 default:
23498 return value;
23499 }
23500}
23501
23502},{"@uifabric/merge-styles":"7c43M","./rtl":"a3Fy5","./dom":"diVbR","@parcel/transformer-js/src/esmodule-helpers.js":"jA2du"}],"a3Fy5":[function(require,module,exports) {
23503var parcelHelpers = require("@parcel/transformer-js/src/esmodule-helpers.js");

Callers 1

_traverseEdgeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected