Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
82
void FileReader::addOrUpdateFile(boost::filesystem::path const& _path, SourceCode _source)
83
{
84
m_sourceCodes[cliPathToSourceUnitName(_path)] = std::move(_source);
85
}
86
87
void FileReader::setStdin(SourceCode _source)
88
{
Callers
1
readInputFiles
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected