MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / add

Method add

src/Core/System/Path.cpp:34–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32 }
33
34 Path Path::add(const std::string& path) const
35 {
36 return Path(
37 m_path + ((!m_path.empty() && m_path.back() != '/') ? "/" : "") + path);
38 }
39
40 std::string Path::last() const
41 {

Callers 15

IndexAllBindingsFunction · 0.45
loadGameObjectMethod · 0.45
getPathMethod · 0.45
CursorMethod · 0.45
getHandlePointMethod · 0.45
createTriggerGroupsMethod · 0.45
InputActionMethod · 0.45
initTriggersMethod · 0.45
initPluginsMethod · 0.45
SceneMethod · 0.45

Calls 2

PathClass · 0.85
emptyMethod · 0.45

Tested by

no test coverage detected