Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bulletphysics/bullet3
/ GetMapKey
Method
GetMapKey
examples/SharedMemory/b3PluginManager.cpp:99–102 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
97
}
98
99
const char* GetMapKey() const
100
{
101
return GetMapKey(m_pluginPath.c_str(), m_pluginPostFix.c_str());
102
}
103
104
static const char* GetMapKey(const char* path, const char* postFix)
105
{
Callers
3
loadPlugin
Method · 0.80
unloadPlugin
Method · 0.80
registerStaticLinkedPlugin
Method · 0.80
Calls
1
c_str
Method · 0.80
Tested by
no test coverage detected