MCPcopy
hub / github.com/witheve/Eve / resolve

Method resolve

src/runtime/join.ts:154–161  ·  view source on GitHub ↗
(prefix)

Source from the content-addressed store, hash-verified

152
153 // Return an array of the current values for all the registers
154 resolve(prefix) {
155 let resolved = this.resolved;
156 resolved[0] = toValue(this.e, prefix);
157 resolved[1] = toValue(this.a, prefix);
158 resolved[2] = toValue(this.v, prefix);
159 resolved[3] = toValue(this.node, prefix);
160 return resolved;
161 }
162
163
164 _fullScanLookup(index, solving, results, resolved, solvingIx, ix, maxDepth) {

Callers 15

proposeMethod · 0.95
resolveProposalMethod · 0.95
acceptMethod · 0.95
CFunction · 0.45
LFunction · 0.45
iFunction · 0.45
lFunction · 0.45
uFunction · 0.45
mFunction · 0.45
eFunction · 0.45
tFunction · 0.45
dFunction · 0.45

Calls 1

toValueFunction · 0.85

Tested by 14

testMethod · 0.36
testMethod · 0.36
testMethod · 0.36
testMethod · 0.36
testMethod · 0.36
testMethod · 0.36
testMethod · 0.36
testMethod · 0.36
testFunction · 0.36
testMethod · 0.36
testFunction · 0.36
testMethod · 0.36