MCPcopy Create free account
hub / github.com/Illation/ETEngine / Process

Method Process

Engine/unit_tests/ECS/EcsSystemScheduleTest.cpp:28–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26 }
27
28 void Process(fw::ComponentRange<TestEmptyView>& range) override
29 {
30 m_Order->push_back(GetTypeId());
31 }
32private:
33 std::vector<fw::T_SystemType>* const m_Order;
34};

Callers

nothing calls this directly

Calls 1

GetTypeIdFunction · 0.85

Tested by

no test coverage detected