Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/csmith-project/csmith
/ less_than
Method
less_than
src/Constant.cpp:488–492 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
486
}
487
488
bool
489
Constant::less_than(int num) const
490
{
491
return StringUtils::str2int(value) < num;
492
}
493
494
bool
495
Constant::not_equals(int num) const
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected