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

Callers 2

retstatFunction · 0.85
chunkFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected