MCPcopy Index your code
hub / github.com/nukeop/nuclear / info

Method info

packages/plugin-sdk/src/api/logger.ts:22–24  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

20 }
21
22 info(message: string): void {
23 this.host.log('info', message);
24 }
25
26 warn(message: string): void {
27 this.host.log('warn', message);

Callers 15

pluginStore.tsxFile · 0.80
queueStore.tsFile · 0.80
setActivityFunction · 0.80
logger.test.tsFile · 0.80
startServerFunction · 0.80
watchEnabledSettingFunction · 0.80
initHttpApiHandlerFunction · 0.80
startServerFunction · 0.80
watchSettingsFunction · 0.80
initMcpHandlerFunction · 0.80
loadMethod · 0.80

Calls 1

logMethod · 0.80

Tested by

no test coverage detected