| 150 | } |
| 151 | |
| 152 | Result<std::shared_ptr<Buffer>> MemoryManager::CopyBufferTo( |
| 153 | const std::shared_ptr<Buffer>& buf, const std::shared_ptr<MemoryManager>& to) { |
| 154 | return nullptr; |
| 155 | } |
| 156 | |
| 157 | Result<std::unique_ptr<Buffer>> MemoryManager::CopyNonOwnedFrom( |
| 158 | const Buffer& buf, const std::shared_ptr<MemoryManager>& from) { |
no outgoing calls
no test coverage detected