MCPcopy Create free account
hub / github.com/scriptscat/scriptcat / getInstance

Method getInstance

src/app/logger/core.ts:22–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20 static instance: LoggerCore;
21
22 static getInstance() {
23 return LoggerCore.instance;
24 }
25
26 static logger(...label: LogLabel[]) {
27 return LoggerCore.getInstance().logger(...label);

Callers 7

handlerMethod · 0.80
publishMethod · 0.80
sendMessageFunction · 0.80
ServerClass · 0.80
loggerMethod · 0.80
constructorMethod · 0.80
constructorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected