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

Function Entry

docs/app/js/sanddance-app.js:147065–147071  ·  view source on GitHub ↗
(type, value6, params, parent)

Source from the content-addressed store, hash-verified

147063 }
147064}
147065function Entry(type, value6, params, parent) {
147066 this.id = -1;
147067 this.type = type;
147068 this.value = value6;
147069 this.params = params;
147070 if (parent) this.parent = parent;
147071}
147072function entry(type, value7, params, parent) {
147073 return new Entry(type, value7, params, parent);
147074}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected