MCPcopy
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.tsFile · 0.80
pluginStore.tsxFile · 0.80
queueStore.tsFile · 0.80
httpHost.tsFile · 0.80
logger.test.tsFile · 0.80
readRawPackageJsonMethod · 0.80
readManifestMethod · 0.80
resolveEntryPathMethod · 0.80
readPluginCodeMethod · 0.80
evaluatePluginMethod · 0.80

Calls 1

logMethod · 0.80

Tested by

no test coverage detected