Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
31
AString cPlugin::GetLocalFolder(void) const
32
{
33
return std::string(
"Plugins/"
) + m_Directory;
34
}
35
36
37
Callers
nothing calls this directly
Calls
1
string
Class · 0.85
Tested by
no test coverage detected