Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
serviceWorkerRegister.js
File · 0.80
safeLocalStorage
Function · 0.80
clientUpdate
Function · 0.80
onmessage
Method · 0.80
onmessage
Method · 0.80
chat
Method · 0.80
onmessage
Method · 0.80
Mermaid
Function · 0.80
NewChat
Function · 0.80
initMcp
Function · 0.80
PluginPage
Function · 0.80
onResend
Function · 0.80
Calls
1
print
Method · 0.95
Tested by
no test coverage detected