MCPcopy Index your code
hub / github.com/Opencode-DCP/opencode-dynamic-context-pruning / formatNoUserMessage

Function formatNoUserMessage

lib/commands/sweep.ts:74–84  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

72}
73
74function formatNoUserMessage(): string {
75 const lines: string[] = []
76
77 lines.push("╭───────────────────────────────────────────────────────────╮")
78 lines.push("│ DCP Sweep │")
79 lines.push("╰───────────────────────────────────────────────────────────╯")
80 lines.push("")
81 lines.push("Nothing swept: no user message found.")
82
83 return lines.join("\n")
84}
85
86function formatSweepMessage(
87 toolCount: number,

Callers 1

handleSweepCommandFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected