Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/argotorg/solidity
/ knownZero
Method
knownZero
libevmasm/ExpressionClasses.cpp:162–165 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
160
}
161
162
bool ExpressionClasses::knownZero(Id _c)
163
{
164
return Pattern(u256(0)).matches(representative(_c), *this);
165
}
166
167
bool ExpressionClasses::knownNonZero(Id _c)
168
{
Callers
4
estimateMax
Method · 0.80
memoryGas
Method · 0.80
optimizeBreakingItem
Method · 0.80
handleQueueItem
Method · 0.80
Calls
2
Pattern
Class · 0.70
matches
Method · 0.45
Tested by
no test coverage detected