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

Function logInfo

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

Source from the content-addressed store, hash-verified

99 * Log an info message
100 */
101export function logInfo(message: string) {
102 console.log(`${colors.blue}ℹ️ ${message}${colors.reset}`)
103}
104
105/**
106 * Log a warning message

Callers 5

runLiveTestFunction · 0.90
runStructuredOutputTestFunction · 0.90
runSimulatedTestFunction · 0.90
runRegistryTestFunction · 0.90
cli.tsFile · 0.90

Calls 1

logMethod · 0.80

Tested by

no test coverage detected