MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / block_follow

Function block_follow

Source/Misc/lua/src/lua.c:8447–8454  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8445
8446
8447static int block_follow (int token) {
8448switch (token) {
8449case TK_ELSE: case TK_ELSEIF: case TK_END:
8450case TK_UNTIL: case TK_EOS:
8451return 1;
8452default: return 0;
8453}
8454}
8455
8456
8457static void block (LexState *ls) {

Callers 2

retstatFunction · 0.85
chunkFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected