Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OGSR/OGSR-Engine
/ Load
Method
Load
ogsr_engine/xrGame/InfoPortion.cpp:33–37 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
31
CInfoPortion::~CInfoPortion() {}
32
33
void CInfoPortion::Load(shared_str info_id)
34
{
35
m_InfoId = info_id;
36
inherited_shared::load_shared(m_InfoId, NULL);
37
}
38
39
void CInfoPortion::load_shared(LPCSTR)
40
{
Callers
1
load_shared
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected