Method
resolveProposal
(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. |
Tested by
no test coverage detected