Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coreutils/coreutils
/ initseq
Function
initseq
src/join.c:528–534 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
526
}
527
528
static void
529
initseq (struct seq *seq)
530
{
531
seq->count = 0;
532
seq->alloc = 0;
533
seq->lines = NULL;
534
}
535
536
/* Read a line from FP and add it to SEQ. Return true if successful. */
537
Callers
1
join
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected