Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RomanKubiak/ctrlr
/ f_lines
Function
f_lines
Source/Misc/lua/src/lua.c:12155–12159 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12153
12154
12155
static int f_lines (lua_State *L) {
12156
tofile(L); /* check that it's a valid file handle */
12157
aux_lines(L, 1, 0);
12158
return 1;
12159
}
12160
12161
12162
static int io_lines (lua_State *L) {
Callers
1
io_lines
Function · 0.85
Calls
2
tofile
Function · 0.85
aux_lines
Function · 0.85
Tested by
no test coverage detected