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

Callers 2

retstatFunction · 0.85
chunkFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected