MCPcopy Index your code
hub / github.com/witheve/Eve / createVariable

Method createVariable

src/runtime/builder.ts:195–199  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

193 }
194
195 createVariable() {
196 this.registerToVars[this.varIx] = [];
197 this.myRegisters[this.varIx] = true;
198 return new join.Variable(this.varIx++);
199 }
200
201 extendTo(block) {
202 let neue = new BuilderContext(block, clone(this.variableToGroup), clone(this.groupToValue), this.unprovided, this.registerToVars, this.groupIx, this.varIx);

Callers 3

buildScansFunction · 0.80
buildExpressionsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected