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

Method isLibraryFile

src/SourceCompile/Compiler.cpp:162–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160}
161
162bool Compiler::isLibraryFile(PathId id) const {
163 return (m_libraryFiles.find(id) != m_libraryFiles.end());
164}
165
166bool Compiler::ppinit_() {
167 FileSystem* const fileSystem = FileSystem::getInstance();

Callers 4

identifyTopModules_Method · 0.80
writeInstanceMethod · 0.80
writeMethod · 0.80
compilation_Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected