MCPcopy Create free account
hub / github.com/davidgiven/fluxengine / getPluginPaths

Function getPluginPaths

src/gui2/imhex_overrides/default_paths.cpp:113–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111 }
112
113 static std::vector<std::fs::path> getPluginPaths()
114 {
115 std::vector<std::fs::path> paths = getDataPaths(true);
116
117// Add the system plugin directory to the path if one was provided at compile
118// time
119#if defined(OS_LINUX) && defined(SYSTEM_PLUGINS_LOCATION)
120 paths.push_back(SYSTEM_PLUGINS_LOCATION);
121#endif
122
123 return paths;
124 }
125
126 namespace impl
127 {

Callers 1

allMethod · 0.85

Calls 2

getDataPathsFunction · 0.85
push_backMethod · 0.45

Tested by

no test coverage detected