MCPcopy Create free account
hub / github.com/Overload-Technologies/Overload / lua_printobj

Function lua_printobj

Dependencies/lua/src/ltests.c:324–326  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

322
323
324void lua_printobj (lua_State *L, struct GCObject *o) {
325 printobj(G(L), o);
326}
327
328static int testobjref (global_State *g, GCObject *f, GCObject *t) {
329 int r1 = testobjref1(g, f, t);

Callers

nothing calls this directly

Calls 1

printobjFunction · 0.85

Tested by

no test coverage detected