| 145 | { length = inRHS.length; __s = inRHS.__s; return *this; } |
| 146 | |
| 147 | ::String Default(const ::String &inDef) { return __s ? *this : inDef; } |
| 148 | |
| 149 | |
| 150 | ::String toString() { return *this; } |
nothing calls this directly
no outgoing calls
no test coverage detected