MCPcopy Create free account
hub / github.com/ValveSoftware/Proton / CZString

Method CZString

vrclient_x64/jsoncpp.cpp:2655–2655  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2653// a string is stored.
2654
2655Value::CZString::CZString(ArrayIndex aindex) : cstr_(0), index_(aindex) {}
2656
2657Value::CZString::CZString(char const* str, unsigned ulength, DuplicationPolicy allocate)
2658 : cstr_(str) {

Callers

nothing calls this directly

Calls 1

duplicateStringValueFunction · 0.85

Tested by

no test coverage detected