MCPcopy Index your code
hub / github.com/microsoft/SandDance / toString

Function toString

docs/external/js/react-dom.development.js:1641–1643  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

1639 // around this limitation, we use an opaque type that can only be obtained by
1640 // passing the value through getToStringValue first.
1641 function toString(value) {
1642 return '' + value;
1643 }
1644 function getToStringValue(value) {
1645 switch (typeof value) {
1646 case 'boolean':

Callers 7

updateWrapperFunction · 0.70
postMountWrapperFunction · 0.70
setDefaultValueFunction · 0.70
postMountWrapper$1Function · 0.70
updateOptionsFunction · 0.70
getHostProps$3Function · 0.70
updateWrapper$1Function · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected