MCPcopy Index your code
hub / github.com/NativeScript/NativeScript / GC

Function GC

packages/core/utils/index.ios.ts:34–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

32}
33
34export function GC() {
35 __collect();
36}
37
38let throttledGC: Map<number, () => void>;
39let debouncedGC: Map<number, () => void>;

Callers 3

clearCacheMethod · 0.90
clearMethod · 0.90
queueGCFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected