| 215 | { |
| 216 | public: |
| 217 | StringSumHelper(const String &s) : String(s) {} |
| 218 | StringSumHelper(const char *p) : String(p) {} |
| 219 | StringSumHelper(char c) : String(c) {} |
| 220 | StringSumHelper(unsigned char num) : String(num) {} |
nothing calls this directly
no outgoing calls
no test coverage detected