MCPcopy Create free account
hub / github.com/cortexkit/magic-context / success

Method success

packages/cli/src/lib/prompts.ts:38–38  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

36export interface PromptLog {
37 info(message: string): void;
38 success(message: string): void;
39 warn(message: string): void;
40 error(message: string): void;
41 message(message: string): void;

Callers 6

successFunction · 0.65
runV22BackfillCommandsFunction · 0.65
runDreamerSetupFunction · 0.65
run_bounded_binaryFunction · 0.65
run_via_login_shellFunction · 0.65
resolve_via_whereFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected