MCPcopy Create free account
hub / github.com/deployd/deployd / stringify

Function stringify

test-app/public/sinon.js:4671–4675  ·  view source on GitHub ↗
(item)

Source from the content-addressed store, hash-verified

4669 var representation = "";
4670
4671 function stringify(item) {
4672 return typeof item === "string"
4673 ? "'" + item + "'"
4674 : valueToString(item);
4675 }
4676
4677 function mapToString(map) {
4678 /* eslint-disable-next-line local-rules/no-prototype-methods */

Callers 3

mocha.jsFile · 0.85
mapToStringFunction · 0.85
genericIterableToStringFunction · 0.85

Calls 1

valueToStringFunction · 0.85

Tested by

no test coverage detected