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

Function boolK

freebsd/contrib/openzfs/module/lua/lcode.c:341–345  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

339
340
341static int boolK (FuncState *fs, int b) {
342 TValue o;
343 setbvalue(&o, b);
344 return addk(fs, &o, &o);
345}
346
347
348static int nilK (FuncState *fs) {

Callers 1

luaK_exp2RKFunction · 0.70

Calls 1

addkFunction · 0.70

Tested by

no test coverage detected