Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/avoidwork/tenso
/ forceGC
Method
forceGC
benchmarks/memory.js:25–29 ·
view source on GitHub ↗
* Forces garbage collection if available
()
Source
from the content-addressed store, hash-verified
23
* Forces garbage collection
if
available
24
*/
25
forceGC () {
26
if
(this.gcEnabled) {
27
global.gc();
28
}
29
}
30
31
/**
32
* Takes a memory snapshot
Callers
5
snapshot
Method · 0.95
testRequestProcessing
Function · 0.95
testRateLimitMemory
Function · 0.95
testHypermediaMemory
Function · 0.95
testMemoryPressure
Function · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected