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

Function function

libsolidity/formal/PredicateInstance.cpp:87–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87smtutil::Expression function(
88 Predicate const& _pred,
89 ContractDefinition const* _contract,
90 EncodingContext& _context
91)
92{
93 auto const& function = dynamic_cast<FunctionDefinition const&>(*_pred.programNode());
94 return _pred(currentFunctionVariablesForDefinition(function, _contract, _context));
95}
96
97smtutil::Expression functionCall(
98 Predicate const& _pred,

Callers 15

BOOST_AUTO_TEST_CASEFunction · 0.85
originalFunctionTypeMethod · 0.85
endVisitMethod · 0.85
constructMagicVariablesFunction · 0.85
visitMethod · 0.85
visitMethod · 0.85
nativeMembersMethod · 0.85
constructorTypeMethod · 0.85
newExpressionTypeMethod · 0.85
interfaceFunctionTypeMethod · 0.85
mobileTypeMethod · 0.85

Calls 2

programNodeMethod · 0.80

Tested by

no test coverage detected