Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OGSR/OGSR-Engine
/ get_section_name
Function
get_section_name
ogsr_engine/COMMON_AI/xrServer_Objects_script.cpp:17–17 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
using namespace luabind;
16
17
LPCSTR get_section_name(const CSE_Abstract* abstract) { return (abstract->name()); }
18
19
LPCSTR get_name(const CSE_Abstract* abstract) { return (abstract->name_replace()); }
20
Callers
nothing calls this directly
Calls
1
name
Method · 0.45
Tested by
no test coverage detected