Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/npmx-dev/npmx.dev
/ logInfo
Function
logInfo
cli/src/logger.ts:47–49 ·
view source on GitHub ↗
(message: string)
Source
from the content-addressed store, hash-verified
45
* Log info message
46
*/
47
export
function
logInfo(message: string): void {
48
p.log.info(message)
49
}
50
51
/**
52
* Log a debug message with `obug` (minimal fork of `debug`)
Callers
1
run
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected