| 134 | } |
| 135 | |
| 136 | Status Instance::ShareCommandQueue(Instance *instance) { |
| 137 | return network_->ShareCommandQueue(instance->GetNetwork()); |
| 138 | } |
| 139 | |
| 140 | AbstractNetwork *Instance::GetNetwork() { |
| 141 | return network_.get(); |
nothing calls this directly
no test coverage detected