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

Function one_argument

src/test.c:559–563  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

557}
558
559static bool
560one_argument (void)
561{
562 return argv[pos++][0] != '\0';
563}
564
565static bool
566two_arguments (void)

Callers 3

two_argumentsFunction · 0.85
three_argumentsFunction · 0.85
posixtestFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected