MCPcopy
hub / github.com/virattt/dexter / error

Method error

src/utils/logger.ts:49–51  ·  view source on GitHub ↗
(message: string, data?: unknown)

Source from the content-addressed store, hash-verified

47 }
48
49 error(message: string, data?: unknown) {
50 this.add('error', message, data);
51 }
52
53 subscribe(fn: LogSubscriber): () => void {
54 this.subscribers.add(fn);

Callers 12

onErrorFunction · 0.45
refreshErrorFunction · 0.45
getURLMarkdownContentFunction · 0.45
browser.tsFile · 0.45
tavily.tsFile · 0.45
langsearch.tsFile · 0.45
exa.tsFile · 0.45
perplexity.tsFile · 0.45
executeRequestFunction · 0.45
withRetryFunction · 0.45
refreshMethod · 0.45
loginWhatsAppFunction · 0.45

Calls 1

addMethod · 0.95

Tested by

no test coverage detected