MCPcopy Create free account
hub / github.com/deathkiller/jazz2-native / CZString

Method CZString

Sources/Dependencies/jsoncpp/value.cpp:233–234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

231 // a string is stored.
232
233 Value::CZString::CZString(ArrayIndex index) : cstr_(nullptr), index_(index) {
234 }
235
236 Value::CZString::CZString(char const* str, unsigned length, DuplicationPolicy allocate) : cstr_(str) {
237 // allocate != duplicate

Callers

nothing calls this directly

Calls 1

duplicateStringValueFunction · 0.85

Tested by

no test coverage detected