MCPcopy 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 }
49private:
50 std::vector<fw::T_SystemType>* const m_Order;
51};

Callers 1

Calls 1

GetTypeIdFunction · 0.85

Tested by

no test coverage detected