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

Function start

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

Source from the content-addressed store, hash-verified

122 const s = clackSpinner();
123 return {
124 start(message?: string) {
125 s.start(message);
126 },
127 stop(message?: string) {
128 s.stop(message);
129 },

Callers

nothing calls this directly

Calls 1

startMethod · 0.65

Tested by

no test coverage detected