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

Function Step

docs/app/js/sanddance-app.js:126491–126494  ·  view source on GitHub ↗
(context, t)

Source from the content-addressed store, hash-verified

126489parcelHelpers.export(exports, "stepBefore", ()=>stepBefore);
126490parcelHelpers.export(exports, "stepAfter", ()=>stepAfter);
126491function Step(context, t) {
126492 this._context = context;
126493 this._t = t;
126494}
126495Step.prototype = {
126496 areaStart: function() {
126497 this._line = 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected