Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/refined-github/refined-github
/ disableErrorLogging
Function
disableErrorLogging
source/helpers/errors.ts:8–10 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
6
let
isLoggingEnabled = true;
7
8
export
function
disableErrorLogging(): void {
9
isLoggingEnabled = false;
10
}
11
12
const
{version} = chrome.runtime.getManifest();
13
Callers
1
feature-manager.tsx
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected