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

Method addIncludePath

libsolidity/interface/FileReader.cpp:69–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69void FileReader::addIncludePath(boost::filesystem::path const& _path)
70{
71 solAssert(!m_basePath.empty(), "");
72 solAssert(!_path.empty(), "");
73 m_includePaths.push_back(normalizeCLIPathForVFS(_path));
74}
75
76void FileReader::allowDirectory(boost::filesystem::path _path)
77{

Callers 1

readInputFilesMethod · 0.80

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected