MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / checkpointer

Function checkpointer

lib/lua/src/lgc.c:997–1000  ·  view source on GitHub ↗

** If pointer 'p' points to 'o', move it to the next element. */

Source from the content-addressed store, hash-verified

995** If pointer 'p' points to 'o', move it to the next element.
996*/
997static void checkpointer (GCObject **p, GCObject *o) {
998 if (o == *p)
999 *p = o->next;
1000}
1001
1002
1003/*

Callers 1

correctpointersFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected