MCPcopy
hub / github.com/ChatGPTNextWeb/NextChat / error

Method error

app/mcp/logger.ts:32–34  ·  view source on GitHub ↗
(message: any)

Source from the content-addressed store, hash-verified

30 }
31
32 error(message: any) {
33 this.print(colors.red, message);
34 }
35
36 warn(message: any) {
37 this.print(colors.yellow, message);

Callers 15

safeLocalStorageFunction · 0.80
clientUpdateFunction · 0.80
onmessageMethod · 0.80
onmessageMethod · 0.80
chatMethod · 0.80
onmessageMethod · 0.80
MermaidFunction · 0.80
NewChatFunction · 0.80
initMcpFunction · 0.80
PluginPageFunction · 0.80
onResendFunction · 0.80

Calls 1

printMethod · 0.95

Tested by

no test coverage detected