MCPcopy Index your code
hub / github.com/callstack/react-native-testing-library / removeFromCleanupQueue

Function removeFromCleanupQueue

src/cleanup.ts:21–23  ·  view source on GitHub ↗
(fn: CleanUpFunction)

Source from the content-addressed store, hash-verified

19}
20
21export function removeFromCleanupQueue(fn: CleanUpFunction) {
22 cleanupQueue.delete(fn);
23}

Callers 1

finalizeWaitForFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…