MCPcopy Index your code
hub / github.com/witheve/Eve / fullScan

Method fullScan

src/runtime/join.ts:182–189  ·  view source on GitHub ↗
(index, resolved, results)

Source from the content-addressed store, hash-verified

180 }
181
182 fullScan(index, resolved, results) {
183 let [e,a,v,node] = resolved;
184 let solving = [];
185 let solveNode = this.node !== undefined;
186 let depth = solveNode ? 4 : 3;
187 this._fullScanLookup(index.aveIndex, solving, results, [a,v,e,node], 0, 0, depth);
188 return results;
189 }
190
191 setProposal(index, toProvide, scopeIx) {
192 let proposal = this.proposalObject;

Callers 1

resolveProposalMethod · 0.95

Calls 1

_fullScanLookupMethod · 0.95

Tested by

no test coverage detected