MCPcopy 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
15export class EmptyWriter implements Writer {
16 write(): void {}
17}
18
19export default class LoggerCore {
20 static instance: LoggerCore;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected