Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/scriptscat/scriptcat
/ EmptyWriter
Class
EmptyWriter
src/app/logger/core.ts:15–17 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
13
}
14
15
export
class
EmptyWriter implements Writer {
16
write(): void {}
17
}
18
19
export
default
class
LoggerCore {
20
static instance: LoggerCore;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected