MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / boolK

Function boolK

deps/lua/src/lcode.c:264–268  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

262
263
264static int boolK (FuncState *fs, int b) {
265 TValue o;
266 setbvalue(&o, b);
267 return addk(fs, &o, &o);
268}
269
270
271static int nilK (FuncState *fs) {

Callers 1

luaK_exp2RKFunction · 0.85

Calls 1

addkFunction · 0.85

Tested by

no test coverage detected