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

Method TestCWriteView

Engine/unit_tests/ECS/EcsTestUtilities.h:108–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106struct TestCWriteView final : public fw::ComponentView
107{
108 TestCWriteView() : fw::ComponentView()
109 {
110 Declare(c);
111 }
112
113 WriteAccess<TestCComponent> c;
114};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected