Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ineo6/hosts
/ createLogger
Function
createLogger
src/log.ts:9–15 ·
view source on GitHub ↗
(silent?: Boolean)
Source
from the content-addressed store, hash-verified
7
}
8
9
export
function
createLogger(silent?: Boolean) {
10
if
(!silent) {
11
disableLog()
12
}
13
14
return
log;
15
}
Callers
2
base.ts
File · 0.90
SpeedTest.ts
File · 0.90
Calls
1
disableLog
Function · 0.85
Tested by
no test coverage detected