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

Method setTupleDeclarationCallback

libsmtutil/SMTLib2Context.cpp:310–313  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

308}
309
310void SMTLib2Context::setTupleDeclarationCallback(TupleDeclarationCallback _callback)
311{
312 m_callback = std::move(_callback);
313}
314} // namespace solidity::smtutil

Callers 2

resetMethod · 0.80
resetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected