MCPcopy Create free account
hub / github.com/tinyplex/tinybase / ignorable

Function ignorable

test/unit/common/other.ts:99–104  ·  view source on GitHub ↗
(...args: any[])

Source from the content-addressed store, hash-verified

97 return result;
98};
99const ignorable = (...args: any[]): boolean =>
100 args.some((arg) =>
101 arg
102 .toString()
103 .match(/wasm|OPFS|ArrayBuffer|ReactDOMTestUtils|C-web|onCustomMessage/),
104 );

Callers 1

suppressWarningsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…