Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
onError
Function · 0.45
refreshError
Function · 0.45
getURLMarkdownContent
Function · 0.45
browser.ts
File · 0.45
tavily.ts
File · 0.45
langsearch.ts
File · 0.45
exa.ts
File · 0.45
perplexity.ts
File · 0.45
executeRequest
Function · 0.45
withRetry
Function · 0.45
refresh
Method · 0.45
loginWhatsApp
Function · 0.45
Calls
1
add
Method · 0.95
Tested by
no test coverage detected