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

Method readShellRun

packages/core/src/shell-run.ts:145–145  ·  view source on GitHub ↗
(sessionId: string, shellRunId: string)

Source from the content-addressed store, hash-verified

143 patch: ShellRunPatch,
144 ): Promise<ShellRunRecord>;
145 readShellRun(sessionId: string, shellRunId: string): Promise<ShellRunRecord>;
146 listSessionShellRuns(sessionId: string): Promise<ShellRunRecord[]>;
147}
148

Callers 8

createWriterFacadeFunction · 0.65
getSessionUpdateMethod · 0.65
readDurableRecordMethod · 0.65
readShellRunFunction · 0.65

Implementers 1

SqliteShellRunStorepackages/storage/src/shell-run-store.t

Calls

no outgoing calls

Tested by 1

readShellRunFunction · 0.52