MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / isKint

Function isKint

lib/lua/src/lcode.c:1229–1231  ·  view source on GitHub ↗

** Check whether expression 'e' is a literal integer. */

Source from the content-addressed store, hash-verified

1227** Check whether expression 'e' is a literal integer.
1228*/
1229static int isKint (expdesc *e) {
1230 return (e->k == VKINT && !hasjumps(e));
1231}
1232
1233
1234/*

Callers 3

isCintFunction · 0.85
isSCintFunction · 0.85
finishbinexpnegFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected