Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Serial-Studio/Serial-Studio
/ f_lines
Function
f_lines
lib/lua/src/liolib.c:377–381 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
375
376
377
static int f_lines (lua_State *L) {
378
tofile(L); /* check that it's a valid file handle */
379
aux_lines(L, 0);
380
return 1;
381
}
382
383
384
/*
Callers
nothing calls this directly
Calls
2
tofile
Function · 0.85
aux_lines
Function · 0.85
Tested by
no test coverage detected