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

Function setQuestionPreviewFormat

src/bootstrap/state.ts:1124–1126  ·  view source on GitHub ↗
(format: 'markdown' | 'html')

Source from the content-addressed store, hash-verified

1122}
1123
1124export function setQuestionPreviewFormat(format: 'markdown' | 'html'): void {
1125 STATE.questionPreviewFormat = format
1126}
1127
1128export function getAgentColorMap(): Map<string, AgentColorName> {
1129 return STATE.agentColorMap

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected