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

Function logStep

packages/ai-code-mode-skills/test-cli/test-utils.ts:115–117  ·  view source on GitHub ↗
(step: number, message: string)

Source from the content-addressed store, hash-verified

113 * Log a step in the test
114 */
115export function logStep(step: number, message: string) {
116 console.log(`${colors.magenta}[Step ${step}]${colors.reset} ${message}`)
117}
118
119/**
120 * Expected code for the skill that wraps add_numbers

Callers 4

runLiveTestFunction · 0.90
runStructuredOutputTestFunction · 0.90
runSimulatedTestFunction · 0.90
runRegistryTestFunction · 0.90

Calls 1

logMethod · 0.80

Tested by

no test coverage detected