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

Function isSubscope

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

Source from the content-addressed store, hash-verified

149494 return new Subscope(this);
149495 },
149496 isSubscope () {
149497 return this._subid > 0;
149498 },
149499 toRuntime () {
149500 this.finish();
149501 return {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected