Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CppCXY/EmmyLuaCodeStyle
/ propagateall
Function
propagateall
3rd/lua-5.4.3/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.85
atomic
Function · 0.85
Calls
1
propagatemark
Function · 0.85
Tested by
no test coverage detected