Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/signalapp/Signal-Desktop
/ warn
Method
warn
ts/sql/sqlLogger.node.ts:27–29 ·
view source on GitHub ↗
(...args: Array<unknown>)
Source
from the content-addressed store, hash-verified
25
this.#log(
'error'
, args);
26
}
27
warn(...args: Array<unknown>) {
28
this.#log(
'warn'
, args);
29
}
30
info(...args: Array<unknown>) {
31
this.#log(
'info'
, args);
32
}
Callers
15
getSenderKey
Method · 0.45
lightSessionReset
Method · 0.45
isTrustedIdentity
Method · 0.45
saveIdentity
Method · 0.45
updateOurPniKeyMaterial
Method · 0.45
verifyAlternateIdentity
Method · 0.45
_refreshRemoteConfig
Function · 0.45
getCountryCodeValue
Function · 0.45
doesDatabaseExist
Function · 0.45
createKeyPair
Function · 0.45
start
Method · 0.45
refreshConversation
Function · 0.45
Calls
1
#log
Method · 0.95
Tested by
no test coverage detected