Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ block
Function
block
freebsd/contrib/openzfs/module/lua/lparser.c:1086–1093 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1084
1085
1086
static void block (LexState *ls) {
1087
/* block -> statlist */
1088
FuncState *fs = ls->fs;
1089
BlockCnt bl;
1090
enterblock(fs, &bl, 0);
1091
statlist(ls);
1092
leaveblock(fs);
1093
}
1094
1095
1096
/*
Callers
4
whilestat
Function · 0.70
forbody
Function · 0.70
ifstat
Function · 0.70
statement
Function · 0.70
Calls
3
statlist
Function · 0.85
enterblock
Function · 0.70
leaveblock
Function · 0.70
Tested by
no test coverage detected