Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/KeyDB
/ isnumeral
Function
isnumeral
deps/lua/src/lcode.c:30–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
29
30
static int isnumeral(expdesc *e) {
31
return (e->k == VKNUM && e->t == NO_JUMP && e->f == NO_JUMP);
32
}
33
34
35
void luaK_nil (FuncState *fs, int from, int n) {
Callers
3
constfolding
Function · 0.85
luaK_prefix
Function · 0.85
luaK_infix
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected