MCPcopy Create free account
hub / github.com/PenguLoader/PenguLoader / plugins_dir

Method plugins_dir

core/src/config.cc:182–189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

180}
181
182path config::plugins_dir()
183{
184 std::string cpath = get_config_value(__func__, "");
185 if (!cpath.empty())
186 return (const char8_t *)cpath.c_str();
187
188 return loader_dir() / "plugins";
189}
190
191std::string config::disabled_plugins()
192{

Callers

nothing calls this directly

Calls 2

get_config_valueFunction · 0.85
emptyMethod · 0.80

Tested by

no test coverage detected