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