Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/KeyDB
/ block_follow
Function
block_follow
deps/lua/src/lparser.c:871–878 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
869
870
871
static int block_follow (int token) {
872
switch (token) {
873
case TK_ELSE: case TK_ELSEIF: case TK_END:
874
case TK_UNTIL: case TK_EOS:
875
return 1;
876
default: return 0;
877
}
878
}
879
880
881
static void block (LexState *ls) {
Callers
2
retstat
Function · 0.85
chunk
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected