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

Method resolve

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

Source from the content-addressed store, hash-verified

487 }
488
489 resolve(prefix) {
490 return resolve(this.args, prefix, this.resolved);
491 }
492
493 propose() { return; }
494 resolveProposal() { throw new Error("Resolving a not proposal"); }

Callers 1

acceptMethod · 0.95

Calls 1

resolveFunction · 0.70

Tested by

no test coverage detected