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

Method isMember

runtime/3rdparty/jsoncpp/jsoncpp.cpp:3935–3939  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3933}
3934
3935bool Value::isMember(char const *begin, char const *end) const
3936{
3937 Value const *value = find(begin, end);
3938 return nullptr != value;
3939}
3940bool Value::isMember(char const *key) const { return isMember(key, key + strlen(key)); }
3941bool Value::isMember(String const &key) const
3942{

Callers 7

verify_tensorFunction · 0.80
writeMethod · 0.80
initMethod · 0.80
readFunction · 0.80
read_layer_paramsFunction · 0.80
read_layer_params_setFunction · 0.80
readObjectMethod · 0.80

Calls 3

findFunction · 0.85
dataMethod · 0.45
lengthMethod · 0.45

Tested by

no test coverage detected