Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/antfu-collective/taze
/ log
Method
log
src/log.ts:42–44 ·
view source on GitHub ↗
(string = '')
Source
from the content-addressed store, hash-verified
40
}
41
42
log(string =
''
) {
43
this.rows.push(string)
44
}
45
46
error(string =
''
) {
47
if
(shouldLog(this.options.loglevel,
'error'
))
Callers
4
index.ts
File · 0.80
check
Function · 0.80
checkGlobal
Function · 0.80
beforeWrite
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected