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

Method allowDirectory

libsolidity/interface/FileReader.cpp:76–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74}
75
76void FileReader::allowDirectory(boost::filesystem::path _path)
77{
78 solAssert(!_path.empty(), "");
79 m_allowedDirectories.insert(std::move(_path));
80}
81
82void FileReader::addOrUpdateFile(boost::filesystem::path const& _path, SourceCode _source)
83{

Callers 1

readInputFilesMethod · 0.80

Calls 2

insertMethod · 0.80
emptyMethod · 0.45

Tested by

no test coverage detected