MCPcopy Create free account
hub / github.com/Illumina/paragraph / CZString

Method CZString

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

Source from the content-addressed store, hash-verified

2724// a string is stored.
2725
2726Value::CZString::CZString(ArrayIndex aindex) : cstr_(0), index_(aindex) {}
2727
2728Value::CZString::CZString(char const* str, unsigned ulength, DuplicationPolicy allocate)
2729 : cstr_(str) {

Callers

nothing calls this directly

Calls 1

duplicateStringValueFunction · 0.85

Tested by

no test coverage detected