MCPcopy Create free account
hub / github.com/Samsung/ONE / CZString

Method CZString

runtime/3rdparty/jsoncpp/jsoncpp.cpp:2882–2882  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2880// a string is stored.
2881
2882Value::CZString::CZString(ArrayIndex index) : cstr_(nullptr), index_(index) {}
2883
2884Value::CZString::CZString(char const *str, unsigned length, DuplicationPolicy allocate) : cstr_(str)
2885{

Callers

nothing calls this directly

Calls 1

duplicateStringValueFunction · 0.85

Tested by

no test coverage detected