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