MCPcopy Create free account
hub / github.com/cuberite/cuberite / get

Method get

lib/jsoncpp/src/lib_json/json_value.cpp:1054–1060  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1052
1053
1054Value
1055Value::get( UInt index,
1056 const Value &defaultValue ) const
1057{
1058 const Value *value = &((*this)[index]);
1059 return value == &null ? defaultValue : *value;
1060}
1061
1062
1063bool

Callers 15

onClickMethod · 0.80
doInBackgroundMethod · 0.80
onProgressUpdateMethod · 0.80
GetRecipeMethod · 0.80
AddRecipeLineMethod · 0.80
MatchRecipeMethod · 0.80
AuthFromAddressMethod · 0.80
ReloadRecipesMethod · 0.80
FromJsonMethod · 0.80
LoadFromDiskMethod · 0.80
LoadFromJsonMethod · 0.80
LoadFromJsonMethod · 0.80

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected