| 106 | struct TestCWriteView final : public fw::ComponentView |
| 107 | { |
| 108 | TestCWriteView() : fw::ComponentView() |
| 109 | { |
| 110 | Declare(c); |
| 111 | } |
| 112 | |
| 113 | WriteAccess<TestCComponent> c; |
| 114 | }; |
nothing calls this directly
no outgoing calls
no test coverage detected