MCPcopy
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
41export function ignoreLogs(logsToIgnore: Array<string>): void {
42 ignoreStrings('log', logsToIgnore);
43}

Callers 1

index.jsFile · 0.90

Calls 1

ignoreStringsFunction · 0.85

Tested by

no test coverage detected