MCPcopy
hub / github.com/claude-code-best/claude-code / getSystemPromptInjection

Function getSystemPromptInjection

src/context.ts:25–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23let systemPromptInjection: string | null = null
24
25export function getSystemPromptInjection(): string | null {
26 return systemPromptInjection
27}
28
29export function setSystemPromptInjection(value: string | null): void {
30 systemPromptInjection = value

Callers 1

context.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected