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

Method parseExpectations

test/libsolidity/SemanticTest.cpp:709–712  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

707}
708
709void SemanticTest::parseExpectations(std::istream& _stream)
710{
711 m_tests += TestFileParser{_stream, m_builtins}.parseFunctionCalls(m_lineOffset);
712}
713
714bool SemanticTest::deploy(
715 std::string const& _contractName,

Callers

nothing calls this directly

Calls 1

parseFunctionCallsMethod · 0.80

Tested by

no test coverage detected