Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1095
LUA_API void lua_setsp(lua_State *L, void *sp) {
1096
L->sp = sp;
1097
}
1098
1099
LUA_API void *lua_getsp(lua_State *L) {
1100
return L->sp;
Callers
1
create_sp_int
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected