MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / lua_status

Function lua_status

source/extern/lua/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 6

auxresumeFunction · 0.85
luaB_costatusFunction · 0.85
threadPushFunctionMethod · 0.85
threadStatusMethod · 0.85
coresumeWithTracebackMethod · 0.85
resumeThreadMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected