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

Method addOrUpdateFile

libsolidity/interface/FileReader.cpp:82–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80}
81
82void FileReader::addOrUpdateFile(boost::filesystem::path const& _path, SourceCode _source)
83{
84 m_sourceCodes[cliPathToSourceUnitName(_path)] = std::move(_source);
85}
86
87void FileReader::setStdin(SourceCode _source)
88{

Callers 1

readInputFilesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected