Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DFHack/dfhack
/ getPluginPath
Function
getPluginPath
library/PluginManager.cpp:74–77 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
72
#endif
73
74
static std::filesystem::path getPluginPath()
75
{
76
return Core::getInstance().getHackPath() /
"plugins"
;
77
}
78
79
static std::filesystem::path getPluginPath (std::string name)
80
{
Callers
3
addPlugin
Method · 0.85
listPlugins
Method · 0.85
operator[]
Method · 0.85
Calls
1
getHackPath
Method · 0.80
Tested by
no test coverage detected