Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coreutils/coreutils
/ reset_line
Function
reset_line
src/join.c:464–468 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
462
}
463
464
static inline void
465
reset_line (struct line *line)
466
{
467
line->nfields = 0;
468
}
469
470
static struct line *
471
init_linep (struct line **linep)
Callers
1
get_line
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected