MCPcopy Create free account
hub / github.com/microsoft/SandDance / getCounter

Function getCounter

docs/app/js/sanddance-app.js:120128–120130  ·  view source on GitHub ↗
(view)

Source from the content-addressed store, hash-verified

120126 }
120127});
120128function getCounter(view) {
120129 return view._signals[COUNTER_NAME] || (view._signals[COUNTER_NAME] = view.add(0));
120130}
120131/**
120132 * Bind scenegraph items to a scenegraph mark instance.
120133 * @constructor

Callers 1

transformFunction · 0.70

Calls 1

addMethod · 0.45

Tested by

no test coverage detected