Return blank-separated list of added bad symbols.
| 260 | // Return blank-separated list of added bad symbols. |
| 261 | // |
| 262 | std::string_view |
| 263 | badSymbols() const |
| 264 | { |
| 265 | return _badSymbols; |
| 266 | } |
| 267 | |
| 268 | // noncopyable |
| 269 | // -- member functions that are not allowed -- |
no outgoing calls
no test coverage detected