| 284 | } |
| 285 | |
| 286 | std::function<void(std::function<void()>)>* |
| 287 | FunctionLibraryRuntimeOverlay::runner() { |
| 288 | return base_flr_->runner(); |
| 289 | } |
| 290 | |
| 291 | const DeviceMgr* FunctionLibraryRuntimeOverlay::device_mgr() const { |
| 292 | return base_flr_->device_mgr(); |
no outgoing calls
no test coverage detected