MCPcopy
hub / github.com/bombshell-dev/clack / success

Function success

packages/prompts/src/task-log.ts:206–211  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

204 });
205 },
206 success(message: string) {
207 completeBuffer(buffer, {
208 status: 'success',
209 message,
210 });
211 },
212 };
213 },
214 error(message: string, opts?: TaskLogCompletionOptions): void {

Callers

nothing calls this directly

Calls 3

completeBufferFunction · 0.85
renderBufferFunction · 0.85
clearFunction · 0.70

Tested by

no test coverage detected