MCPcopy Create free account
hub / github.com/cuberite/cuberite / GetLocalFolder

Method GetLocalFolder

src/Bindings/Plugin.cpp:31–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29
30
31AString cPlugin::GetLocalFolder(void) const
32{
33 return std::string("Plugins/") + m_Directory;
34}
35
36
37

Callers

nothing calls this directly

Calls 1

stringClass · 0.85

Tested by

no test coverage detected