MCPcopy
hub / github.com/steipete/oracle / readSessionMetadataSafe

Function readSessionMetadataSafe

src/cli/tui/index.ts:515–515  ·  view source on GitHub ↗
(sessionId: string)

Source from the content-addressed store, hash-verified

513}
514
515const readSessionMetadataSafe = (sessionId: string): Promise<SessionMetadata | null> => readSessionMetadata(sessionId);
516
517async function resolvePromptInput(rawInput: string): Promise<string> {
518 const trimmed = rawInput.trim();

Callers 1

showSessionDetailFunction · 0.85

Calls 1

readSessionMetadataFunction · 0.85

Tested by

no test coverage detected