Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1054
Value
1055
Value::get( UInt index,
1056
const Value &defaultValue ) const
1057
{
1058
const Value *value = &((*this)[index]);
1059
return value == &null ? defaultValue : *value;
1060
}
1061
1062
1063
bool
Callers
15
onClick
Method · 0.80
doInBackground
Method · 0.80
onProgressUpdate
Method · 0.80
GetRecipe
Method · 0.80
AddRecipeLine
Method · 0.80
MatchRecipe
Method · 0.80
AuthFromAddress
Method · 0.80
ReloadRecipes
Method · 0.80
FromJson
Method · 0.80
LoadFromDisk
Method · 0.80
LoadFromJson
Method · 0.80
LoadFromJson
Method · 0.80
Calls
1
c_str
Method · 0.80
Tested by
no test coverage detected