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

Method getLocalLibrariesPath

libs/librepcb/core/workspace/workspace.h:107–109  ·  view source on GitHub ↗

* @brief Get the filepath to the "data/libraries/local" directory */

Source from the content-addressed store, hash-verified

105 * @brief Get the filepath to the "data/libraries/local" directory
106 */
107 FilePath getLocalLibrariesPath() const {
108 return mLibrariesPath.getPathTo("local");
109 }
110
111 /**
112 * @brief Get the filepath to the "data/libraries/remote" directory

Callers 3

GuiApplicationMethod · 0.80
moveOrCopyElementsToMethod · 0.80
setDerivedUiDataMethod · 0.80

Calls 1

getPathToMethod · 0.45

Tested by

no test coverage detected