| 12 | namespace debugviewpp { |
| 13 | |
| 14 | TestSource::TestSource(Timer& timer, ILineBuffer& linebuffer) : |
| 15 | LogSource(timer, SourceType::System, linebuffer) |
| 16 | { |
| 17 | } |
| 18 | |
| 19 | bool TestSource::AtEnd() const |
| 20 | { |
nothing calls this directly
no outgoing calls
no test coverage detected