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

Method some

libsmtutil/SolverInterface.h:109–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107
108 bool none() const noexcept { return !some(); }
109 bool some() const noexcept { return cvc5 || eld || smtlib2 || z3; }
110 bool all() const noexcept { return cvc5 && eld && smtlib2 && z3; }
111};
112

Callers 1

containsAssemblyItemFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected