Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/defold/defold
/ f_lines
Function
f_lines
engine/lua/src/lua/liolib.c:245–249 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
243
244
245
static int f_lines (lua_State *L) {
246
tofile(L); /* check that it's a valid file handle */
247
aux_lines(L, 1, 0);
248
return 1;
249
}
250
251
252
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