MCPcopy Create free account
hub / github.com/codeaashu/claude-code / setSessionSource

Function setSessionSource

src/bootstrap/state.ts:1116–1118  ·  view source on GitHub ↗
(source: string)

Source from the content-addressed store, hash-verified

1114}
1115
1116export function setSessionSource(source: string): void {
1117 STATE.sessionSource = source
1118}
1119
1120export function getQuestionPreviewFormat(): 'markdown' | 'html' | undefined {
1121 return STATE.questionPreviewFormat

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected