Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/argotorg/solidity
/ popSolver
Method
popSolver
libsolidity/formal/EncodingContext.cpp:209–213 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
207
}
208
209
void EncodingContext::popSolver()
210
{
211
solAssert(!m_assertions.empty(),
""
);
212
m_assertions.pop_back();
213
}
214
215
void EncodingContext::addAssertion(smtutil::Expression const& _expr)
216
{
Callers
3
setCurrentBlock
Method · 0.80
visit
Method · 0.80
endVisit
Method · 0.80
Calls
1
empty
Method · 0.45
Tested by
no test coverage detected