MCPcopy Create free account
hub / github.com/Samsung/ONE / get

Method get

runtime/3rdparty/jsoncpp/jsoncpp.cpp:3771–3775  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3769}
3770
3771Value Value::get(ArrayIndex index, const Value &defaultValue) const
3772{
3773 const Value *value = &((*this)[index]);
3774 return value == &nullSingleton() ? defaultValue : *value;
3775}
3776
3777bool Value::isValidIndex(ArrayIndex index) const { return index < size(); }
3778

Callers 15

getCommentMethod · 0.45
genTensorsMethod · 0.45
getITensorMethod · 0.45
getClTensorMethod · 0.45
cl_tensor_managerMethod · 0.45
newContextMethod · 0.45
allocateMethod · 0.45
handleMethod · 0.45
createContextMethod · 0.45
destroyContextMethod · 0.45
setRequestDataMethod · 0.45
ServerClass · 0.45

Calls 3

findFunction · 0.85
dataMethod · 0.45
lengthMethod · 0.45

Tested by 1

mainFunction · 0.36