MCPcopy Index your code
hub / github.com/deployd/deployd / valueToString

Function valueToString

test-app/public/sinon.js:3991–3997  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

3989 "use strict";
3990
3991 function valueToString(value) {
3992 if (value && value.toString) {
3993 /* eslint-disable-next-line local-rules/no-prototype-methods */
3994 return value.toString();
3995 }
3996 return String(value);
3997 }
3998
3999 module.exports = valueToString;
4000

Callers 11

getCallbackErrorFunction · 0.85
sinon.jsFile · 0.85
SandboxFunction · 0.85
stubFunction · 0.85
throwOnFalsyObjectFunction · 0.85
checkWrappedMethodFunction · 0.85
deepEqualCyclicFunction · 0.85
getClassNameFunction · 0.85
stringifyFunction · 0.85
matchFunction · 0.85
createPropertyMatcherFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected