MCPcopy Create free account
hub / github.com/argotorg/solidity / functionCall

Function functionCall

libsolidity/formal/PredicateInstance.cpp:97–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95}
96
97smtutil::Expression functionCall(
98 Predicate const& _pred,
99 ContractDefinition const* _contract,
100 EncodingContext& _context
101)
102{
103 auto const& function = dynamic_cast<FunctionDefinition const&>(*_pred.programNode());
104 return _pred(currentFunctionVariablesForCall(function, _contract, _context));
105}
106
107smtutil::Expression functionBlock(
108 Predicate const& _pred,

Callers 3

newFunctionCallMethod · 0.85
summaryCallMethod · 0.85

Calls 2

programNodeMethod · 0.80

Tested by

no test coverage detected