| 67 | // --------------------------------------------------------------- |
| 68 | struct FakeStateData { |
| 69 | struct TimeInterval { |
| 70 | Real start, stop; |
| 71 | }; |
| 72 | const StateDescriptor *desc; |
| 73 | Box domain; |
| 74 | BoxArray grids; |
nothing calls this directly
no outgoing calls
no test coverage detected