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

Method data

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

const char* Value::CZString::c_str() const { return cstr_; }

Source from the content-addressed store, hash-verified

2443
2444// const char* Value::CZString::c_str() const { return cstr_; }
2445const char* Value::CZString::data() const { return cstr_; }
2446unsigned Value::CZString::length() const { return storage_.length_; }
2447bool Value::CZString::isStaticString() const { return storage_.policy_ == noDuplication; }
2448

Callers 15

CompressDataMethod · 0.45
DecompressDataMethod · 0.45
SendMessageObjectsMethod · 0.45
CheckNewMessagesMethod · 0.45
SerializeMethod · 0.45
DeserializeMethod · 0.45
MorphTargetUpdateMethod · 0.45
SerializeMethod · 0.45
DeserializeMethod · 0.45
ExecuteMethod · 0.45
SerializeMethod · 0.45
DeserializeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected