MCPcopy Create free account
hub / github.com/altairwei/WizNotePlus / length

Method length

src/share/jsoncpp/jsoncpp.cpp:2778–2778  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2776//const char* Value::CZString::c_str() const { return cstr_; }
2777const char* Value::CZString::data() const { return cstr_; }
2778unsigned Value::CZString::length() const { return storage_.length_; }
2779bool Value::CZString::isStaticString() const { return storage_.policy_ == noDuplication; }
2780
2781// //////////////////////////////////////////////////////////////////

Callers 15

parsePluginSpecsMethod · 0.80
updatePluginSettingsMethod · 0.80
readTcpPendingDataMethod · 0.80
downloadDataMethod · 0.80
exportNoteMethod · 0.80
WizCombineHtmlTextFunction · 0.80
createNoteWithTextMethod · 0.80
drawColorMessageBodyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected