Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coreutils/coreutils
/ expr
Function
expr
src/test.c:550–557 ·
view source on GitHub ↗
* expr: * or */
Source
from the content-addressed store, hash-verified
548
* or
549
*/
550
static bool
551
expr (void)
552
{
553
if (pos >= argc)
554
beyond ();
555
556
return or (); /* Same with this. */
557
}
558
559
static bool
560
one_argument (void)
Callers
2
three_arguments
Function · 0.85
posixtest
Function · 0.85
Calls
2
beyond
Function · 0.85
or
Function · 0.85
Tested by
no test coverage detected