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

Function intro

packages/cli/src/lib/prompts.ts:109–111  ·  view source on GitHub ↗
(title: string)

Source from the content-addressed store, hash-verified

107};
108
109export function intro(title: string): void {
110 clackIntro(title);
111}
112
113export function outro(message: string): void {
114 clackOutro(message);

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