Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RomanKubiak/ctrlr
/ propagateall
Function
propagateall
Source/Misc/lua/src/lua.c:6325–6329 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6323
6324
6325
static size_t propagateall (global_State *g) {
6326
size_t m = 0;
6327
while (g->gray) m += propagatemark(g);
6328
return m;
6329
}
6330
6331
6332
/*
Callers
1
atomic
Function · 0.85
Calls
1
propagatemark
Function · 0.85
Tested by
no test coverage detected