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

Method getWorkingDir

src/Common/FileSystem.cpp:113–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111}
112
113PathId FileSystem::getWorkingDir(SymbolTable *symbolTable) {
114 return toPathId(getWorkingDir(), symbolTable);
115}
116
117std::istream &FileSystem::openForRead(PathId fileId) {
118 return openInput(fileId, std::ios_base::in);

Callers 10

mainFunction · 0.45
addWorkingDirectory_Method · 0.45
processArgs_Method · 0.45
parseCommandLineMethod · 0.45
loadScriptsInInterp_Method · 0.45
TESTFunction · 0.45
addBuiltinClassesMethod · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36