| 1697 | ArrayIndex Value::CZString::index() const { return index_; } |
| 1698 | |
| 1699 | const char* Value::CZString::c_str() const { return cstr_; } |
| 1700 | |
| 1701 | bool Value::CZString::isStaticString() const { return index_ == noDuplication; } |
| 1702 |
no outgoing calls
no test coverage detected