Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
559
static bool
560
one_argument (void)
561
{
562
return argv[pos++][0] !=
'\0'
;
563
}
564
565
static bool
566
two_arguments (void)
Callers
3
two_arguments
Function · 0.85
three_arguments
Function · 0.85
posixtest
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected