MCPcopy Index your code
hub / github.com/darkreader/darkreader / logInfo

Function logInfo

src/inject/utils/log.ts:16–21  ·  view source on GitHub ↗
(...args: any[])

Source from the content-addressed store, hash-verified

14}
15
16export function logInfo(...args: any[]): void {
17 if (__DEBUG__) {
18 console.info('DARK READER', ...args);
19 sendLogToBG('info', ...args);
20 }
21}
22
23export function logWarn(...args: any[]): void {
24 if (__DEBUG__) {

Callers 13

getBgImageValueFunction · 0.90
createManagerFunction · 0.90
loadingStartFunction · 0.90
loadingEndFunction · 0.90
watchForUpdatesFunction · 0.90
iterateCSSRulesFunction · 0.90
regularPathFunction · 0.90
dataReceiverFunction · 0.90
dedicatedPathFunction · 0.90
injectFunction · 0.90
getRulesSyncFunction · 0.90
getRulesAsyncFunction · 0.90

Calls 1

sendLogToBGFunction · 0.85

Tested by

no test coverage detected