MCPcopy Create free account
hub / github.com/ValveSoftware/Proton / begin

Method begin

vrclient_x64/jsoncpp.cpp:3833–3844  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3831}
3832
3833Value::const_iterator Value::begin() const {
3834 switch (type_) {
3835 case arrayValue:
3836 case objectValue:
3837 if (value_.map_)
3838 return const_iterator(value_.map_->begin());
3839 break;
3840 default:
3841 break;
3842 }
3843 return const_iterator();
3844}
3845
3846Value::const_iterator Value::end() const {
3847 switch (type_) {

Callers 9

ends_withFunction · 0.80
getStructuredErrorsMethod · 0.80
getMemberNamesMethod · 0.80
makePathMethod · 0.80
jsoncpp.cppFile · 0.80
resolveMethod · 0.80
writeValueMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected