MCPcopy Create free account
hub / github.com/apache/maka / values

Method values

packages/cli/src/bounded-chunk-buffer.ts:33–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

31 }
32
33 values(): readonly T[] {
34 this.cachedValues ??= this.chunks.slice(this.head) as T[];
35 return this.cachedValues;
36 }
37
38 append(chunk: T): boolean {
39 const sequenceOf = this.options.sequence;

Callers 15

dedupeModelCallAttemptsFunction · 0.80
groupModelCallAttemptsFunction · 0.80
isStringNumberRecordFunction · 0.80
listMethod · 0.80
mergeUsageBucketsFunction · 0.80
projectTaskLedgerEventsFunction · 0.80
pushDigestFileFunction · 0.80
drainMethod · 0.80
deepFreezeFunction · 0.80
explore-agent.tsFile · 0.80

Calls

no outgoing calls

Tested by 15

createRemoteFixtureFunction · 0.64
createSubagentMethod · 0.64
listMethod · 0.64
listSessionRunsMethod · 0.64
claimContinuationMethod · 0.64
findToolResultFunction · 0.64
collectRecordsFunction · 0.64
stringsInFunction · 0.64
listSessionRunsMethod · 0.64