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

Function GC

packages/core/utils/index.android.ts:22–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20const MIN_URI_SHARE_RESTRICTED_APK_VERSION = 24;
21
22export function GC() {
23 gc();
24}
25
26let throttledGC: Map<number, () => void>;
27let debouncedGC: Map<number, () => void>;

Callers 1

queueGCFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected