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

Function warn

packages/pi-plugin/src/index.ts:190–192  ·  view source on GitHub ↗
(message: string, data?: unknown)

Source from the content-addressed store, hash-verified

188}
189
190function warn(message: string, data?: unknown): void {
191 log(`${PREFIX} WARN ${message}`, data);
192}
193
194// Migrate config from the legacy per-harness locations to the shared CortexKit
195// location BEFORE any loadPiConfig (hard cutover: the loader reads only

Callers 3

index.tsFile · 0.70

Calls 1

logFunction · 0.90

Tested by

no test coverage detected