MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / end

Method end

json/jsoncpp.cpp:3976–3987  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3974}
3975
3976Value::const_iterator Value::end() const {
3977 switch (type_) {
3978 case arrayValue:
3979 case objectValue:
3980 if (value_.map_)
3981 return const_iterator(value_.map_->end());
3982 break;
3983 default:
3984 break;
3985 }
3986 return const_iterator();
3987}
3988
3989Value::iterator Value::begin() {
3990 switch (type_) {

Callers 15

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