Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/nanbingxyz/5ire
/ debug
Function
debug
src/renderer/logging.ts:29–31 ·
view source on GitHub ↗
(...messages: any[])
Source
from the content-addressed store, hash-verified
27
}
28
29
export
function
debug(...messages: any[]) {
30
console.debug(messages);
31
}
32
33
export
function
info(...messages: any[]) {
34
console.info(...messages);
Callers
15
makeMessages
Method · 0.85
makePayload
Method · 0.85
makeRequest
Method · 0.85
makeRequest
Method · 0.85
createService
Function · 0.85
makeHttpRequest
Function · 0.85
chat
Function · 0.85
makeRequest
Method · 0.85
makeRequest
Method · 0.85
normalizeAnthropicContentParts
Method · 0.85
makeMessages
Method · 0.85
makeRequest
Method · 0.85
Calls
1
debug
Method · 0.80
Tested by
no test coverage detected