Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
init
Method · 0.80
initPluginBackendAPI
Method · 0.80
PluginLoader
Class · 0.80
connect
Method · 0.80
onMessage
Method · 0.80
call
Method · 0.80
index.ts
File · 0.80
constructor
Method · 0.80
handleDesktopRouterRender
Method · 0.80
globalComponentsWrapper
Method · 0.80
gamepadRouterWrapper
Method · 0.80
desktopRouterWrapper
Method · 0.80
Calls
1
debug
Function · 0.85
Tested by
no test coverage detected