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

Function context

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

Source from the content-addressed store, hash-verified

123654 },
123655 // retrieve the current canvas context
123656 context () {
123657 return this._canvas.getContext("2d");
123658 },
123659 // supported events
123660 events: Events,
123661 // to keep old versions of firefox happy

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected