MCPcopy Create free account
hub / github.com/WolfireGames/overgrowth / CZString

Method CZString

Source/JSON/jsoncpp.cpp:2382–2382  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2380// a string is stored.
2381
2382Value::CZString::CZString(ArrayIndex aindex) : cstr_(0), index_(aindex) {}
2383
2384Value::CZString::CZString(char const* str, unsigned ulength, DuplicationPolicy allocate)
2385 : cstr_(str) {

Callers

nothing calls this directly

Calls 1

duplicateStringValueFunction · 0.70

Tested by

no test coverage detected