MCPcopy Create free account
hub / github.com/witheve/Eve / resolveProposal

Method resolveProposal

src/runtime/join.ts:70–70  ·  view source on GitHub ↗
(index: MultiIndex, proposal: Proposal, prefix: any[])

Source from the content-addressed store, hash-verified

68 // Take a proposal and resolve it into the actual values being
69 // proposed
70 resolveProposal(index: MultiIndex, proposal: Proposal, prefix: any[]) : any[],
71 // Check if a prefix of solved variables is a valid potential solution
72 // for this provider. SolvingFor is used to ignore accept calls that
73 // aren't related to variables the provider is solving for.

Callers 1

joinRoundFunction · 0.65

Implementers 3

IfScansrc/runtime/join.ts
Scansrc/runtime/join.ts
NotScansrc/runtime/join.ts

Calls

no outgoing calls

Tested by

no test coverage detected