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

Function resolve

src/runtime/actions.ts:40–46  ·  view source on GitHub ↗
(prefix)

Source from the content-addressed store, hash-verified

38
39 // Return an array of the current values for all the registers
40 resolve(prefix) {
41 let resolved = this.resolved;
42 resolved[0] = toValue(this.e, prefix);
43 resolved[1] = toValue(this.a, prefix);
44 resolved[2] = toValue(this.v, prefix);
45 return resolved;
46 }
47
48 abstract execute(multiIndex: MultiIndex, row: any, changes: Changes);
49}

Callers

nothing calls this directly

Calls 1

toValueFunction · 0.90

Tested by

no test coverage detected