MCPcopy Index your code
hub / github.com/cameri/nostream / logStep

Function logStep

src/cli/utils/output.ts:11–13  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

9}
10
11export const logStep = (message: string): void => {
12 writeStdout(cyan(`• ${message}`))
13}
14
15export const logInfo = (message: string): void => {
16 writeStdout(message)

Callers 1

runStartFunction · 0.90

Calls 1

writeStdoutFunction · 0.85

Tested by

no test coverage detected