MCPcopy Create free account
hub / github.com/witheve/Eve / setGroup

Method setGroup

src/runtime/builder.ts:87–90  ·  view source on GitHub ↗
(variable, value)

Source from the content-addressed store, hash-verified

85 }
86
87 setGroup(variable, value) {
88 let group = this.variableToGroup[variable.name] = value;
89 return group;
90 }
91
92 getGroup(variable, orValue?) {
93 let group = this.variableToGroup[variable.name];

Callers 2

getGroupMethod · 0.95
assignGroupsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected