Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
11
export
const
logStep = (message: string): void => {
12
writeStdout(cyan(`• ${message}`))
13
}
14
15
export
const
logInfo = (message: string): void => {
16
writeStdout(message)
Callers
1
runStart
Function · 0.90
Calls
1
writeStdout
Function · 0.85
Tested by
no test coverage detected