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

Method checkOutputs

src/runtime/join.ts:635–644  ·  view source on GitHub ↗
(resolved, row)

Source from the content-addressed store, hash-verified

633 }
634
635 checkOutputs(resolved, row) {
636 if(!this.hasResolvedOutputs) return true;
637 let ix = 0;
638 for(let item of resolved) {
639 if(item !== undefined && item !== row[ix]) {
640 return false;
641 }
642 }
643 return true;
644 }
645
646 getProposal(multiIndex: MultiIndex, proposed, proposedIx, prefix) {
647 let proposalValues = [];

Callers 1

getProposalMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected