MCPcopy Create free account
hub / github.com/Noumena-Network/code / clearSystemPromptSections

Function clearSystemPromptSections

src/tools/WorktreeToolRuntime.test.ts:107–109  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

105for (const systemPromptSectionPath of systemPromptSectionPaths) {
106 mock.module(systemPromptSectionPath, () => ({
107 clearSystemPromptSections() {
108 worktreeCalls.clearSystemPromptSections += 1
109 },
110 }))
111}
112

Callers 6

setupFunction · 0.50
callFunction · 0.50
restoreWorktreeForResumeFunction · 0.50
exitRestoredWorktreeFunction · 0.50
runPostCompactCleanupFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected