| 280 | } |
| 281 | |
| 282 | std::shared_ptr<ral::cache::CacheMachine> graph::get_input_message_cache() { return input_cache_; } |
| 283 | |
| 284 | std::shared_ptr<ral::cache::CacheMachine> graph::get_output_message_cache() {return output_cache_; } |
| 285 |
no outgoing calls
no test coverage detected