MCPcopy
hub / github.com/SteamDeckHomebrew/decky-loader / debug

Method debug

frontend/src/logger.ts:50–52  ·  view source on GitHub ↗
(...args: any[])

Source from the content-addressed store, hash-verified

48 }
49
50 debug(...args: any[]) {
51 debug(this.name, ...args);
52 }
53
54 warn(...args: any[]) {
55 warn(this.name, ...args);

Callers 15

initMethod · 0.80
initPluginBackendAPIMethod · 0.80
PluginLoaderClass · 0.80
connectMethod · 0.80
onMessageMethod · 0.80
callMethod · 0.80
index.tsFile · 0.80
constructorMethod · 0.80
gamepadRouterWrapperMethod · 0.80
desktopRouterWrapperMethod · 0.80

Calls 1

debugFunction · 0.85

Tested by

no test coverage detected