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

Method setFromString

libsolidity/formal/ModelCheckerSettings.cpp:53–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53bool ModelCheckerInvariants::setFromString(std::string const& _inv)
54{
55 if (!validInvariants.count(_inv))
56 return false;
57 invariants.insert(validInvariants.at(_inv));
58 return true;
59}
60
61using TargetType = VerificationTargetType;
62std::map<std::string, TargetType> const ModelCheckerTargets::targetStrings{

Callers 1

parseInputMethod · 0.80

Calls 3

insertMethod · 0.80
atMethod · 0.80
countMethod · 0.45

Tested by

no test coverage detected