Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WheretIB/nullc
/ RecallerGC2
Function
RecallerGC2
tests/TestGC.cpp:479–483 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
477
return nullcGetResultInt();
478
}
479
int RecallerGC2()
480
{
481
nullcRunFunction(
"second"
);
482
return nullcGetResultInt();
483
}
484
int RecallerGC3()
485
{
486
nullcRunFunction(
"runGC"
);
Callers
nothing calls this directly
Calls
2
nullcRunFunction
Function · 0.85
nullcGetResultInt
Function · 0.85
Tested by
no test coverage detected