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

Function test

docs/app/js/sanddance-app.js:106941–106946  ·  view source on GitHub ↗
(_)

Source from the content-addressed store, hash-verified

106939 map.object = obj = {};
106940 },
106941 test (_) {
106942 if (arguments.length) {
106943 test = _;
106944 return map;
106945 } else return test;
106946 },
106947 clean () {
106948 const next = {};
106949 let size = 0;

Callers 9

testBinaryFunction · 0.70
cleanFunction · 0.70
newIntervalFunction · 0.70
transformFunction · 0.70
revisitFunction · 0.70
pick$1Function · 0.70
intersectItemFunction · 0.70
tickFormatFunction · 0.70
placeMarkLabelFunction · 0.70

Calls 2

isInMarkBoundFunction · 0.70
logMethod · 0.45

Tested by

no test coverage detected