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