| 365 | |
| 366 | const string& name() const { return node_.name(); } |
| 367 | int64 id() const { return node_.id(); } |
| 368 | const string& op() const { return node_.op(); } |
| 369 | const ProfileNode& node() { return node_; } |
| 370 |
no outgoing calls
no test coverage detected