| 302 | } |
| 303 | |
| 304 | string NodeMissingErrorMsg(absl::string_view node_name) { |
| 305 | return absl::Substitute("node '$0' was not found", node_name); |
| 306 | } |
| 307 | |
| 308 | Status CheckNodeExists(absl::string_view node_name, NodeDef* node, |
| 309 | ErrorHandler handler) { |
no outgoing calls
no test coverage detected