Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
normalizeDailyReviewArchive
Function · 0.80
dedupeModelCallAttempts
Function · 0.80
groupModelCallAttempts
Function · 0.80
isStringNumberRecord
Function · 0.80
list
Method · 0.80
mergeUsageBuckets
Function · 0.80
sanitizeOnboardingMilestones
Function · 0.80
projectTaskLedgerEvents
Function · 0.80
pushDigestFile
Function · 0.80
drain
Method · 0.80
deepFreeze
Function · 0.80
explore-agent.ts
File · 0.80
Calls
no outgoing calls
Tested by
15
createRemoteFixture
Function · 0.64
createSubagent
Method · 0.64
listPendingSandboxBoundaryRequests
Method · 0.64
listSandboxBoundaryRestartClosures
Method · 0.64
list
Method · 0.64
listSessionRuns
Method · 0.64
claimContinuation
Method · 0.64
listContinuationClaimsForRecovery
Method · 0.64
findToolResult
Function · 0.64
collectRecords
Function · 0.64
stringsIn
Function · 0.64
listSessionRuns
Method · 0.64