MCPcopy
hub / github.com/codeaashu/claude-code / asSystemPrompt

Function asSystemPrompt

src/utils/systemPromptType.ts:12–14  ·  view source on GitHub ↗
(value: readonly string[])

Source from the content-addressed store, hash-verified

10}
11
12export function asSystemPrompt(value: readonly string[]): SystemPrompt {
13 return value as SystemPrompt
14}
15

Callers 15

submitMessageMethod · 0.85
queryLoopFunction · 0.85
callFunction · 0.85
runAgentFunction · 0.85
callFunction · 0.85
applyPromptToMarkdownFunction · 0.85
generateTitleFunction · 0.85
generateAgentFunction · 0.85
generateSessionTitleFunction · 0.85
generateTitleAndBranchFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected