MCPcopy 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

loadPluginMethod · 0.80
unloadPluginMethod · 0.80

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected