MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / stringify

Function stringify

lib/web/drags.js:4–6  ·  view source on GitHub ↗
(obj, replacer, spaces, cycleReplacer)

Source from the content-addressed store, hash-verified

2
3
4var stringify = function (obj, replacer, spaces, cycleReplacer) {
5 return JSON.stringify(obj, serializer(replacer, cycleReplacer), spaces)
6}
7
8
9if (!String.prototype.endsWith)

Callers 7

insertFloatHelperFunction · 0.70
insertFloatSliderFunction · 0.70
make4GraphFunction · 0.70
updatePathFunction · 0.70
insert4GraphSliderFunction · 0.70
make14GraphFunction · 0.70
insert14GraphSliderFunction · 0.70

Calls 1

serializerFunction · 0.85

Tested by

no test coverage detected