MCPcopy Create free account
hub / github.com/AnukarOP/claude-code-leaked / getSystemPromptInjection

Function getSystemPromptInjection

source code/context.ts:27–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 1

context.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected