Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/argotorg/solidity
/ newUniqueId
Method
newUniqueId
libsolidity/formal/EncodingContext.cpp:53–56 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
51
}
52
53
unsigned EncodingContext::newUniqueId()
54
{
55
return m_nextUniqueId++;
56
}
57
58
/// Variables.
59
Callers
9
defineExternalFunctionInterface
Method · 0.80
createErrorBlock
Method · 0.80
newErrorId
Method · 0.80
newBalances
Method · 0.80
newStorage
Method · 0.80
visit
Method · 0.80
bytesToFixedBytesAssertions
Method · 0.80
arithmeticOperation
Method · 0.80
divModWithSlacks
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected