MCPcopy Create free account
hub / github.com/chipsalliance/Surelog / isSVFile

Method isSVFile

src/CommandLine/CommandLineParser.cpp:1529–1531  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1527}
1528
1529bool CommandLineParser::isSVFile(PathId fileId) const {
1530 return fileId && (m_svSourceFiles.find(fileId) != m_svSourceFiles.end());
1531}
1532
1533bool CommandLineParser::prepareCompilation_(int32_t argc, const char** argv) {
1534 FileSystem* const fileSystem = FileSystem::getInstance();

Callers 3

parseOneFile_Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected