MCPcopy 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
6325static size_t propagateall (global_State *g) {
6326size_t m = 0;
6327while (g->gray) m += propagatemark(g);
6328return m;
6329}
6330
6331
6332/*

Callers 1

atomicFunction · 0.85

Calls 1

propagatemarkFunction · 0.85

Tested by

no test coverage detected