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

Function step

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

Source from the content-addressed store, hash-verified

102 clackLog.message(message);
103 },
104 step(message) {
105 clackLog.step(message);
106 },
107};
108
109export function intro(title: string): void {

Callers

nothing calls this directly

Calls 1

stepMethod · 0.80

Tested by

no test coverage detected