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

Function logSection

packages/ai-code-mode-skills/test-cli/test-utils.ts:78–82  ·  view source on GitHub ↗
(title: string)

Source from the content-addressed store, hash-verified

76 * Log a section header
77 */
78export function logSection(title: string) {
79 console.log(`\n${colors.cyan}${'='.repeat(60)}${colors.reset}`)
80 console.log(`${colors.bright}${colors.cyan}${title}${colors.reset}`)
81 console.log(`${colors.cyan}${'='.repeat(60)}${colors.reset}\n`)
82}
83
84/**
85 * Log a success message

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