MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / lua_toboolean

Function lua_toboolean

Source/Misc/lua/src/lua.c:2186–2189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2184
2185
2186LUA_API int lua_toboolean (lua_State *L, int idx) {
2187const TValue *o = index2adr(L, idx);
2188return !l_isfalse(o);
2189}
2190
2191
2192LUA_API const char *lua_tolstring (lua_State *L, int idx, size_t *len) {

Callers 14

usb.cFile · 0.85
luaL_tolstringFunction · 0.85
dispatch_operatorFunction · 0.85
object_interfaceClass · 0.85
fromMethod · 0.85
luaB_assertFunction · 0.85
luaB_tostringFunction · 0.85
luaB_newproxyFunction · 0.85
io_readlineFunction · 0.85
ll_requireFunction · 0.85
getboolfieldFunction · 0.85
str_find_auxFunction · 0.85

Calls 1

index2adrFunction · 0.85

Tested by

no test coverage detected