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

Method length

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

Source from the content-addressed store, hash-verified

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
2449// //////////////////////////////////////////////////////////////////

Callers 15

IsValidPlayerNameMethod · 0.45
ASAddTextFunction · 0.45
ASAddTextMultilineFunction · 0.45
ASGetTextMetricsInfoFunction · 0.45
ASDrawTextAtlas2Method · 0.45
ConvertImageFunction · 0.45
createShaderMethod · 0.45
returnProgramMethod · 0.45
loadTextureMethod · 0.45
loadArraySliceMethod · 0.45
BloodColorFromStringMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected