MCPcopy
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
29export function debug(...messages: any[]) {
30 console.debug(messages);
31}
32
33export function info(...messages: any[]) {
34 console.info(...messages);

Callers 15

makeMessagesMethod · 0.85
makePayloadMethod · 0.85
makeRequestMethod · 0.85
makeRequestMethod · 0.85
createServiceFunction · 0.85
makeHttpRequestFunction · 0.85
chatFunction · 0.85
makeRequestMethod · 0.85
makeRequestMethod · 0.85
makeMessagesMethod · 0.85
makeRequestMethod · 0.85

Calls 1

debugMethod · 0.80

Tested by

no test coverage detected