Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Achain-Dev/Achain
/ block
Function
block
src/Chain/libraries/glua/lparser.cpp:1126–1133 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1124
1125
1126
static void block(LexState *ls) {
1127
/* block -> statlist */
1128
FuncState *fs = ls->fs;
1129
BlockCnt bl;
1130
enterblock(fs, &bl, 0);
1131
statlist(ls);
1132
leaveblock(fs);
1133
}
1134
1135
1136
/*
Callers
4
whilestat
Function · 0.70
forbody
Function · 0.70
ifstat
Function · 0.70
statement
Function · 0.70
Calls
3
enterblock
Function · 0.85
statlist
Function · 0.85
leaveblock
Function · 0.85
Tested by
no test coverage detected