Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Serial-Studio/Serial-Studio
/ propagateall
Function
propagateall
lib/lua/src/lgc.c:676–681 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
674
675
676
static lu_mem propagateall (global_State *g) {
677
lu_mem tot = 0;
678
while (g->gray)
679
tot += propagatemark(g);
680
return tot;
681
}
682
683
684
/*
Callers
2
convergeephemerons
Function · 0.85
atomic
Function · 0.85
Calls
1
propagatemark
Function · 0.85
Tested by
no test coverage detected