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

Function ReflectContext

docs/app/js/sanddance-app.js:126406–126408  ·  view source on GitHub ↗
(context)

Source from the content-addressed store, hash-verified

126404 MonotoneX.prototype.point.call(this, y, x);
126405};
126406function ReflectContext(context) {
126407 this._context = context;
126408}
126409ReflectContext.prototype = {
126410 moveTo: function(x, y) {
126411 this._context.moveTo(y, x);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected