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

Method getLogFile

src/Common/FileSystem.cpp:306–309  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

304}
305
306PathId FileSystem::getLogFile(bool isUnitCompilation,
307 SymbolTable *symbolTable) {
308 return getLogFile(isUnitCompilation, kLogFileName, symbolTable);
309}
310
311PathId FileSystem::getCacheDir(bool isUnitCompilation,
312 SymbolTable *symbolTable) {

Callers 2

prepareCompilation_Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected