MCPcopy Create free account
hub / github.com/DFHack/dfhack / lua_status

Function lua_status

depends/lua/src/lapi.c:1031–1033  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1029
1030
1031LUA_API int lua_status (lua_State *L) {
1032 return L->status;
1033}
1034
1035
1036/*

Callers 3

resume_helperFunction · 0.85
auxresumeFunction · 0.85
luaB_costatusFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected