Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Illation/ETEngine
/ Process
Method
Process
Engine/unit_tests/ECS/EcsSystemScheduleTest.cpp:45–48 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
}
44
45
void Process(fw::ComponentRange<TestEmptyView>& range) override
46
{
47
m_Order->push_back(GetTypeId());
48
}
49
private:
50
std::vector<fw::T_SystemType>* const m_Order;
51
};
Callers
1
EcsSystemScheduleTest.cpp
File · 0.45
Calls
1
GetTypeId
Function · 0.85
Tested by
no test coverage detected