Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/facebook/react
/ ignoreLogs
Function
ignoreLogs
packages/react-devtools-shell/src/app/console.js:41–43 ·
view source on GitHub ↗
(logsToIgnore: Array<string>)
Source
from the content-addressed store, hash-verified
39
}
40
41
export
function
ignoreLogs(logsToIgnore: Array<string>): void {
42
ignoreStrings(
'log'
, logsToIgnore);
43
}
Callers
1
index.js
File · 0.90
Calls
1
ignoreStrings
Function · 0.85
Tested by
no test coverage detected