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.ios.ts:34–36 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
32
}
33
34
export
function
GC() {
35
__collect();
36
}
37
38
let
throttledGC: Map<number, () => void>;
39
let
debouncedGC: Map<number, () => void>;
Callers
3
clearCache
Method · 0.90
clear
Method · 0.90
queueGC
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected