MCPcopy Create free account
hub / github.com/Illumina/paragraph / end

Method end

external/jsoncpp/jsoncpp.cpp:3946–3957  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3944}
3945
3946Value::const_iterator Value::end() const {
3947 switch (type_) {
3948 case arrayValue:
3949 case objectValue:
3950 if (value_.map_)
3951 return const_iterator(value_.map_->end());
3952 break;
3953 default:
3954 break;
3955 }
3956 return const_iterator();
3957}
3958
3959Value::iterator Value::begin() {
3960 switch (type_) {

Callers 14

parseMethod · 0.45
getStructuredErrorsMethod · 0.45
validateMethod · 0.45
sizeMethod · 0.45
jsoncpp.cppFile · 0.45
findMethod · 0.45
removeMemberMethod · 0.45
removeIndexMethod · 0.45
getMemberNamesMethod · 0.45
addPathInArgMethod · 0.45
resolveMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected