Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
20
const
MIN_URI_SHARE_RESTRICTED_APK_VERSION = 24;
21
22
export
function
GC() {
23
gc();
24
}
25
26
let
throttledGC: Map<number, () => void>;
27
let
debouncedGC: Map<number, () => void>;
Callers
1
queueGC
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected