MCPcopy
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

getSenderKeyMethod · 0.45
lightSessionResetMethod · 0.45
isTrustedIdentityMethod · 0.45
saveIdentityMethod · 0.45
_refreshRemoteConfigFunction · 0.45
getCountryCodeValueFunction · 0.45
doesDatabaseExistFunction · 0.45
createKeyPairFunction · 0.45
startMethod · 0.45
refreshConversationFunction · 0.45

Calls 1

#logMethod · 0.95

Tested by

no test coverage detected