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

Method resolveAggregate

src/runtime/providers/sort.ts:56–62  ·  view source on GitHub ↗
(prefix)

Source from the content-addressed store, hash-verified

54 }
55
56 resolveAggregate(prefix) {
57 resolve(this.valueVars, prefix, this.resolvedValue)
58 resolve(this.directionVars, prefix, this.resolvedDirection)
59 resolve(this.groupVars, prefix, this.resolvedGroup)
60 let resolved = this.resolvedAggregate;
61 return resolved;
62 }
63
64 aggregate(rows: any[]) {
65 let groupKeys = [];

Callers 7

aggregateMethod · 0.95
resolveProposalMethod · 0.95
testMethod · 0.95
getProposalMethod · 0.95
aggregateFunction · 0.80
testFunction · 0.80
getProposalFunction · 0.80

Calls 1

resolveFunction · 0.90

Tested by 2

testMethod · 0.76
testFunction · 0.64