Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bloomberg/comdb2
/ block_follow
Function
block_follow
lua/lparser.c:917–924 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
915
916
917
static int block_follow (int token) {
918
switch (token) {
919
case TK_ELSE: case TK_ELSEIF: case TK_END:
920
case TK_UNTIL: case TK_EOS:
921
return 1;
922
default: return 0;
923
}
924
}
925
926
927
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