MCPcopy 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
875static 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
885static void block (LexState *ls) {

Callers 2

retstatFunction · 0.70
chunkFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected