MCPcopy Create free account
hub / github.com/LibrePCB/LibrePCB / getFilePath

Method getFilePath

libs/librepcb/editor/library/libraryeditor.cpp:80–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78 ******************************************************************************/
79
80FilePath LibraryEditor::getFilePath() const noexcept {
81 return mLibrary->getDirectory().getAbsPath();
82}
83
84bool LibraryEditor::isWritable() const noexcept {
85 return mLibrary->getDirectory().isWritable();

Callers 3

getLibraryMethod · 0.45
isPathOutsideLibDirMethod · 0.45
moveOrCopyElementsToMethod · 0.45

Calls 2

getAbsPathMethod · 0.45
getDirectoryMethod · 0.45

Tested by

no test coverage detected