MCPcopy
hub / github.com/TanStack/ai / logWarning

Function logWarning

packages/ai-code-mode-skills/test-cli/test-utils.ts:108–110  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

106 * Log a warning message
107 */
108export function logWarning(message: string) {
109 console.log(`${colors.yellow}⚠️ ${message}${colors.reset}`)
110}
111
112/**
113 * Log a step in the test

Callers 2

runLiveTestFunction · 0.90
runStructuredOutputTestFunction · 0.90

Calls 1

logMethod · 0.80

Tested by

no test coverage detected