Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/KeyDB
/ propagateall
Function
propagateall
deps/lua/src/lgc.c:323–327 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
321
322
323
static size_t propagateall (global_State *g) {
324
size_t m = 0;
325
while (g->gray) m += propagatemark(g);
326
return m;
327
}
328
329
330
/*
Callers
1
atomic
Function · 0.85
Calls
1
propagatemark
Function · 0.85
Tested by
no test coverage detected