MCPcopy Create free account
hub / github.com/bloomberg/comdb2 / lua_setsp

Function lua_setsp

lua/lapi.c:1095–1097  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1093}
1094
1095LUA_API void lua_setsp(lua_State *L, void *sp) {
1096 L->sp = sp;
1097}
1098
1099LUA_API void *lua_getsp(lua_State *L) {
1100 return L->sp;

Callers 1

create_sp_intFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected