MCPcopy
hub / github.com/nukeop/nuclear / warn

Method warn

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

Source from the content-addressed store, hash-verified

24 }
25
26 warn(message: string): void {
27 this.host.log('warn', message);
28 }
29
30 error(message: string): void {
31 this.host.log('error', message);

Callers 8

loadPluginDataFunction · 0.80
createStreamingHostFunction · 0.80
updatePresenceFunction · 0.80
logger.test.tsFile · 0.80
deleteMethod · 0.80
setRegistryEntryEnabledFunction · 0.80
checkAndUpdatePluginsFunction · 0.80
fetchMethod · 0.80

Calls 1

logMethod · 0.80

Tested by

no test coverage detected