Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
12
export
function
asSystemPrompt(value: readonly string[]): SystemPrompt {
13
return
value as SystemPrompt
14
}
15
Callers
15
submitMessage
Method · 0.85
queryLoop
Function · 0.85
call
Function · 0.85
runAgent
Function · 0.85
call
Function · 0.85
applyPromptToMarkdown
Function · 0.85
generateTitle
Function · 0.85
generateAgent
Function · 0.85
buildSideQuestionFallbackParams
Function · 0.85
buildEffectiveSystemPrompt
Function · 0.85
generateSessionTitle
Function · 0.85
generateTitleAndBranch
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected