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

Function formatGenericOp

libsolidity/formal/ExpressionFormatter.cpp:91–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89}
90
91std::string formatGenericOp(smtutil::Expression const& _expr, std::vector<std::string> const& _args)
92{
93 return _expr.name + "(" + boost::algorithm::join(_args, ", ") + ")";
94}
95
96std::string formatInfixOp(std::string const& _op, std::vector<std::string> const& _args)
97{

Callers 2

formatArrayOpFunction · 0.85
formatUnaryOpFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected