MCPcopy Create free account
hub / github.com/cinder/Cinder / CZString

Method CZString

src/jsoncpp/jsoncpp.cpp:1655–1655  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1653// a string is stored.
1654
1655Value::CZString::CZString(ArrayIndex index) : cstr_(0), index_(index) {}
1656
1657Value::CZString::CZString(const char* cstr, DuplicationPolicy allocate)
1658 : cstr_(allocate == duplicate ? duplicateStringValue(cstr) : cstr),

Callers

nothing calls this directly

Calls 1

duplicateStringValueFunction · 0.85

Tested by

no test coverage detected