MCPcopy Create free account
hub / github.com/Tampermonkey/tampermonkey / adjustLogLevel

Function adjustLogLevel

src/content.js:69–76  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

67var Clean = [];
68
69var adjustLogLevel = function() {
70 D |= (logLevel >= 60);
71 V |= (logLevel >= 80);
72 EV |= (logLevel >= 100);
73 ENV |= (logLevel >= 100);
74 EMV |= (logLevel >= 100);
75 TS |= (logLevel >= 100);
76};
77
78/* ######## include #### */
79

Callers 1

updateResponseFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…