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

Function outro

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

Source from the content-addressed store, hash-verified

111}
112
113export function outro(message: string): void {
114 clackOutro(message);
115}
116
117export function note(message: string, title?: string): void {
118 clackNote(message, title);

Callers 5

runClearFunction · 0.90
runSetupFunction · 0.90
runIssueFlowFunction · 0.90
runDoctorFunction · 0.90
runSetupFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected