| 233 | return limitOutput(std::to_string(Value()), max_size); |
| 234 | } |
| 235 | long long int |
| 236 | LongObject::Value() const |
| 237 | { |
| 238 | return d_value; |
| 239 | } |
| 240 | bool |
| 241 | LongObject::Overflowed() const |
| 242 | { |
nothing calls this directly
no outgoing calls
no test coverage detected