MCPcopy Create free account
hub / github.com/F-Stack/f-stack / lua_pushboolean

Function lua_pushboolean

freebsd/contrib/openzfs/module/lua/lapi.c:574–579  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

572
573
574LUA_API void lua_pushboolean (lua_State *L, int b) {
575 lua_lock(L);
576 setbvalue(L->top, (b != 0)); /* ensure that true is 1 */
577 api_incr_top(L);
578 lua_unlock(L);
579}
580
581
582LUA_API void lua_pushlightuserdata (lua_State *L, void *p) {

Callers 7

luaB_rawequalFunction · 0.70
luaB_collectgarbageFunction · 0.70
luaB_coresumeFunction · 0.70
luaB_corunningFunction · 0.70
zcp_nvpair_value_to_luaFunction · 0.50
zcp_existsFunction · 0.50
zcp_load_synctask_libFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected