Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/cameri/nostream
/ logInfo
Function
logInfo
src/cli/utils/output.ts:15–17 ·
view source on GitHub ↗
(message: string)
Source
from the content-addressed store, hash-verified
13
}
14
15
export
const
logInfo = (message: string): void => {
16
writeStdout(message)
17
}
18
19
export
const
logSuccess = (message: string): void => {
20
writeStdout(green(message))
Callers
10
index.ts
File · 0.90
runInfo
Function · 0.90
runConfigList
Function · 0.90
runConfigGet
Function · 0.90
runConfigSet
Function · 0.90
runConfigValidate
Function · 0.90
runConfigEnvList
Function · 0.90
runConfigEnvGet
Function · 0.90
runConfigEnvSet
Function · 0.90
runConfigEnvValidate
Function · 0.90
Calls
1
writeStdout
Function · 0.85
Tested by
no test coverage detected