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

Method resolveProposal

src/runtime/providers/string.ts:336–343  ·  view source on GitHub ↗
(proposal, prefix)

Source from the content-addressed store, hash-verified

334 }
335
336 resolveProposal(proposal, prefix) {
337 let {args} = this.resolve(prefix);
338 let [text, az] = args;
339 if (az === undefined) {
340 az = "symbols"
341 }
342 return this.getLength(text, az);
343 }
344
345 test(prefix) {
346 let {args, returns} = this.resolve(prefix);

Callers

nothing calls this directly

Calls 2

getLengthMethod · 0.95
resolveMethod · 0.45

Tested by

no test coverage detected