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

Function warn

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

Source from the content-addressed store, hash-verified

93 clackLog.success(message);
94 },
95 warn(message) {
96 clackLog.warn(message);
97 },
98 error(message) {
99 clackLog.error(message);
100 },

Callers

nothing calls this directly

Calls 1

warnMethod · 0.65

Tested by

no test coverage detected