Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
IndexAllBindings
Function · 0.45
GetRequirementsForGameObject
Method · 0.45
GetDefinitionForGameObject
Method · 0.45
loadGameObject
Method · 0.45
getPath
Method · 0.45
Cursor
Method · 0.45
getHandlePoint
Method · 0.45
createTriggerGroups
Method · 0.45
InputAction
Method · 0.45
initTriggers
Method · 0.45
initPlugins
Method · 0.45
Scene
Method · 0.45
Calls
2
Path
Class · 0.85
empty
Method · 0.45
Tested by
no test coverage detected