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