MCPcopy Create free account
hub / github.com/Illumina/hap.py / CZString

Method CZString

external/jsoncpp/jsoncpp.cpp:1665–1665  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1663// a string is stored.
1664
1665Value::CZString::CZString(ArrayIndex index) : cstr_(0), index_(index) {}
1666
1667Value::CZString::CZString(const char *cstr, DuplicationPolicy allocate)
1668 : cstr_(allocate == duplicate ? duplicateStringValue(cstr) : cstr),

Callers

nothing calls this directly

Calls 1

duplicateStringValueFunction · 0.85

Tested by

no test coverage detected