| 78 | namespace { |
| 79 | |
| 80 | string LastOp(const Scope& scope) { return scope.GetUniqueNameForOp("Last"); } |
| 81 | |
| 82 | std::vector<string> AnotherCompositeOp(const Scope& scope) { |
| 83 | auto cop_scopes = scope.GetCompositeOpScopes("another_cop"); |
no test coverage detected