| 112 | } |
| 113 | |
| 114 | void CChunkRenderNSF::StoreDriver(array_view<std::uint8_t> Driver) // // // |
| 115 | { |
| 116 | // Store NSF driver |
| 117 | Store(Driver); |
| 118 | } |
| 119 | |
| 120 | void CChunkRenderNSF::StoreChunks(const std::vector<std::shared_ptr<CChunk>> &Chunks) // // // |
| 121 | { |
no outgoing calls
no test coverage detected