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

Method extendTo

src/runtime/builder.ts:201–205  ·  view source on GitHub ↗
(block)

Source from the content-addressed store, hash-verified

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);
203 neue.errors = this.errors;
204 return neue;
205 }
206}
207
208//-----------------------------------------------------------

Callers 1

buildScansFunction · 0.80

Calls 1

cloneFunction · 0.70

Tested by

no test coverage detected