Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/inkeep/open-knowledge
/ getCliLogger
Function
getCliLogger
packages/cli/src/cli.ts:62–64 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
60
let
cliLogger: PinoLoggerInstance | undefined;
61
62
export
function
getCliLogger(): PinoLoggerInstance | undefined {
63
return
cliLogger;
64
}
65
66
program
67
.name(
'open-knowledge'
)
Callers
1
createBundle
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected