| 165 | } |
| 166 | |
| 167 | Result<std::shared_ptr<Buffer>> MemoryManager::ViewBufferFrom( |
| 168 | const std::shared_ptr<Buffer>& buf, const std::shared_ptr<MemoryManager>& from) { |
| 169 | return nullptr; |
| 170 | } |
| 171 | |
| 172 | Result<std::shared_ptr<Buffer>> MemoryManager::ViewBufferTo( |
| 173 | const std::shared_ptr<Buffer>& buf, const std::shared_ptr<MemoryManager>& to) { |
no test coverage detected