Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ObEngine/ObEngine
/ propagateall
Function
propagateall
extlibs/lua/src/lgc.c:617–622 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
615
616
617
static lu_mem propagateall (global_State *g) {
618
lu_mem tot = 0;
619
while (g->gray)
620
tot += propagatemark(g);
621
return tot;
622
}
623
624
625
/*
Callers
2
convergeephemerons
Function · 0.85
atomic
Function · 0.85
Calls
1
propagatemark
Function · 0.85
Tested by
no test coverage detected