MCPcopy Create free account
hub / github.com/coreutils/coreutils / no_more_lines

Function no_more_lines

src/csplit.c:597–601  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

595/* Return true if at least one more line is available for input. */
596
597static bool
598no_more_lines (void)
599{
600 return find_line (current_line + 1) == NULL;
601}
602
603/* Open NAME as standard input. */
604

Callers 1

process_line_countFunction · 0.85

Calls 1

find_lineFunction · 0.85

Tested by

no test coverage detected