MCPcopy Create free account
hub / github.com/Kitware/CMake / CZString

Method CZString

Utilities/cmjsoncpp/src/lib_json/json_value.cpp:236–236  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

234// a string is stored.
235
236Value::CZString::CZString(ArrayIndex index) : cstr_(nullptr), index_(index) {}
237
238Value::CZString::CZString(char const* str, unsigned length,
239 DuplicationPolicy allocate)

Callers

nothing calls this directly

Calls 1

duplicateStringValueFunction · 0.85

Tested by

no test coverage detected