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

Function boolK

Source/Misc/lua/src/lua.c:3933–3937  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3931
3932
3933static int boolK (FuncState *fs, int b) {
3934TValue o;
3935setbvalue(&o, b);
3936return addk(fs, &o, &o);
3937}
3938
3939
3940static int nilK (FuncState *fs) {

Callers 1

luaK_exp2RKFunction · 0.85

Calls 1

addkFunction · 0.85

Tested by

no test coverage detected