MCPcopy Index your code
hub / github.com/microsoft/SandDance / activate

Method activate

packages/sanddance/src/dataScope.ts:124–128  ·  view source on GitHub ↗
(datum: object)

Source from the content-addressed store, hash-verified

122 }
123
124 public activate(datum: object) {
125 this.deactivate();
126 datum[FieldNames.Active] = true;
127 this.active = datum;
128 }
129
130 public deactivate() {
131 if (this.active) {

Callers 1

selectMethod · 0.95

Calls 1

deactivateMethod · 0.95

Tested by

no test coverage detected