Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SakuraEngine/SakuraEngine
/ propagateall
Function
propagateall
xrepo/packages/l/lua/port/lua/src/lgc.c:668–673 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
666
667
668
static lu_mem propagateall (global_State *g) {
669
lu_mem tot = 0;
670
while (g->gray)
671
tot += propagatemark(g);
672
return tot;
673
}
674
675
676
/*
Callers
2
convergeephemerons
Function · 0.70
atomic
Function · 0.70
Calls
1
propagatemark
Function · 0.70
Tested by
no test coverage detected