Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/signalapp/Signal-Desktop
/ error
Method
error
ts/sql/sqlLogger.node.ts:24–26 ·
view source on GitHub ↗
(...args: Array<unknown>)
Source
from the content-addressed store, hash-verified
22
this.#log(
'fatal'
, args);
23
}
24
error(...args: Array<unknown>) {
25
this.#log(
'error'
, args);
26
}
27
warn(...args: Array<unknown>) {
28
this.#log(
'warn'
, args);
29
}
Callers
15
#_getKyberPreKeyEntry
Method · 0.45
loadKyberPreKey
Method · 0.45
loadPreKey
Method · 0.45
loadSignedPreKey
Method · 0.45
saveSenderKey
Method · 0.45
getSenderKey
Method · 0.45
removeSenderKey
Method · 0.45
loadSession
Method · 0.45
storeSession
Method · 0.45
getOpenDevices
Method · 0.45
removeSession
Method · 0.45
lightSessionReset
Method · 0.45
Calls
1
#log
Method · 0.95
Tested by
no test coverage detected