MCPcopy Index your code
hub / github.com/superagent-ai/grok-cli / loadTranscript

Function loadTranscript

src/storage/transcript.ts:105–107  ·  view source on GitHub ↗
(sessionId: string)

Source from the content-addressed store, hash-verified

103}
104
105export function loadTranscript(sessionId: string): ModelMessage[] {
106 return loadTranscriptState(sessionId).messages;
107}
108
109export function getNextMessageSequence(sessionId: string): number {
110 return getNextSequence(getDatabase(), sessionId);

Callers 1

getSessionSnapshotMethod · 0.85

Calls 1

loadTranscriptStateFunction · 0.85

Tested by

no test coverage detected