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

Method info

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

Source from the content-addressed store, hash-verified

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

Callers 11

runClearFunction · 0.65
printResultFunction · 0.65
runIssueFlowFunction · 0.65
runMigrateSessionCliFunction · 0.65
runIssueFlowFunction · 0.65
checkEmbeddingConfigFunction · 0.65
runDoctorFunction · 0.65
runSetupFunction · 0.65
infoFunction · 0.65
runV22BackfillCommandsFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected