| 327 | return cstr_; |
| 328 | } |
| 329 | unsigned Value::CZString::length() const { |
| 330 | return storage_.length_; |
| 331 | } |
| 332 | bool Value::CZString::isStaticString() const { |
| 333 | return storage_.policy_ == noDuplication; |
| 334 | } |
no outgoing calls
no test coverage detected