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

Function Bundle

docs/tests/v2/es6/js/sanddance.js:95656–95659  ·  view source on GitHub ↗
(context, beta)

Source from the content-addressed store, hash-verified

95654var _basis = require("./basis.js");
95655
95656function Bundle(context, beta) {
95657 this._basis = new _basis.Basis(context);
95658 this._beta = beta;
95659}
95660
95661Bundle.prototype = {
95662 lineStart: function () {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected