MCPcopy
hub / github.com/witheve/Eve / resolve

Method resolve

src/runtime/join.ts:559–561  ·  view source on GitHub ↗
(prefix)

Source from the content-addressed store, hash-verified

557 this.prefix = [];
558 }
559 resolve(prefix) {
560 return resolve(this.variables, prefix, this.prefix);
561 }
562
563 execute(multiIndex: MultiIndex, result) {
564 if(this.constantReturn && this.strata.length === 1) {

Callers

nothing calls this directly

Calls 1

resolveFunction · 0.70

Tested by

no test coverage detected