| 1085 | } |
| 1086 | |
| 1087 | void emitCtorArgs(const std::vector<std::string>& external) { |
| 1088 | for (const auto& name : external) out_ << ", " << name; |
| 1089 | } |
| 1090 | |
| 1091 | std::ostream& out_; |
| 1092 | const File& file_; |
nothing calls this directly
no outgoing calls
no test coverage detected