Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/nukeop/nuclear
/ debug
Method
debug
packages/plugin-sdk/src/api/logger.ts:18–20 ·
view source on GitHub ↗
(message: string)
Source
from the content-addressed store, hash-verified
16
}
17
18
debug(message: string): void {
19
this.host.log(
'debug'
, message);
20
}
21
22
info(message: string): void {
23
this.host.log(
'info'
, message);
Callers
15
soundStore.ts
File · 0.80
pluginStore.tsx
File · 0.80
queueStore.ts
File · 0.80
httpHost.ts
File · 0.80
logger.test.ts
File · 0.80
installPluginToManagedDir
Function · 0.80
removeManagedPluginInstall
Function · 0.80
readRawPackageJson
Method · 0.80
readManifest
Method · 0.80
resolveEntryPath
Method · 0.80
readPluginCode
Method · 0.80
evaluatePlugin
Method · 0.80
Calls
1
log
Method · 0.80
Tested by
no test coverage detected