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

Method TestCView

Engine/unit_tests/ECS/EcsTestUtilities.h:98–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96struct TestCView final : public fw::ComponentView
97{
98 TestCView() : fw::ComponentView()
99 {
100 Declare(c);
101 }
102
103 ReadAccess<TestCComponent> c;
104};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected