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

Function stop

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

Source from the content-addressed store, hash-verified

125 s.start(message);
126 },
127 stop(message?: string) {
128 s.stop(message);
129 },
130 message(message: string) {
131 s.message(message);
132 },

Callers

nothing calls this directly

Calls 1

stopMethod · 0.65

Tested by

no test coverage detected