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

Function nomoreargs

src/expr.c:530–534  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

528/* Return true if there no more tokens. */
529
530static bool
531nomoreargs (void)
532{
533 return !*args;
534}
535
536/* Report missing operand.
537 There is an implicit assumption that there was a previous argument,

Callers 3

mainFunction · 0.85
require_more_argsFunction · 0.85
eval7Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected