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

Method append

packages/eval/src/runner.ts:115–115  ·  view source on GitHub ↗
(attempt: CellAttempt)

Source from the content-addressed store, hash-verified

113export interface AttemptStore {
114 list(cellId: string): Promise<readonly CellAttempt[]>;
115 append(attempt: CellAttempt): Promise<void>;
116 runExclusive<T>(operation: () => Promise<T>): Promise<T>;
117}
118

Callers 15

runExperimentFunction · 0.65
fake_trialMethod · 0.65
execMethod · 0.65
execMethod · 0.65
execMethod · 0.65

Implementers 1

FileAttemptStorepackages/eval/src/attempt-store.ts

Calls

no outgoing calls

Tested by 7

fake_trialMethod · 0.52
execMethod · 0.52
execMethod · 0.52
execMethod · 0.52
service_execMethod · 0.52