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

Method propose

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

Source from the content-addressed store, hash-verified

65 // Given a prefix of solved variables, return a proposal for
66 // solving a new variable
67 propose(index: MultiIndex, prefix: any[]) : Proposal,
68 // Take a proposal and resolve it into the actual values being
69 // proposed
70 resolveProposal(index: MultiIndex, proposal: Proposal, prefix: any[]) : any[],

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