MCPcopy 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
15export const logInfo = (message: string): void => {
16 writeStdout(message)
17}
18
19export const logSuccess = (message: string): void => {
20 writeStdout(green(message))

Callers 10

index.tsFile · 0.90
runInfoFunction · 0.90
runConfigListFunction · 0.90
runConfigGetFunction · 0.90
runConfigSetFunction · 0.90
runConfigValidateFunction · 0.90
runConfigEnvListFunction · 0.90
runConfigEnvGetFunction · 0.90
runConfigEnvSetFunction · 0.90
runConfigEnvValidateFunction · 0.90

Calls 1

writeStdoutFunction · 0.85

Tested by

no test coverage detected