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

Function resolveAggregate

src/runtime/providers/aggregate.ts:48–54  ·  view source on GitHub ↗
(prefix)

Source from the content-addressed store, hash-verified

46 }
47
48 resolveAggregate(prefix) {
49 resolve(this.projectionVars, prefix, this.resolvedProjection)
50 resolve(this.groupVars, prefix, this.resolvedGroup)
51 let resolved = this.resolvedAggregate;
52 resolved.value = toValue(this.value, prefix);
53 return resolved;
54 }
55
56 aggregate(rows: any[]) {
57 let groupKeys = [];

Callers

nothing calls this directly

Calls 2

resolveFunction · 0.90
toValueFunction · 0.90

Tested by

no test coverage detected