Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DFHack/dfhack
/ propagateall
Function
propagateall
depends/lua/src/lgc.c:603–605 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
601
602
603
static void propagateall (global_State *g) {
604
while (g->gray) propagatemark(g);
605
}
606
607
608
static void convergeephemerons (global_State *g) {
Callers
3
convergeephemerons
Function · 0.85
atomic
Function · 0.85
singlestep
Function · 0.85
Calls
1
propagatemark
Function · 0.85
Tested by
no test coverage detected