MCPcopy Create free account
hub / github.com/Illumina/paragraph / isMember

Method isMember

external/jsoncpp/jsoncpp.cpp:3704–3708  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3702#endif
3703
3704bool Value::isMember(char const* key, char const* cend) const
3705{
3706 Value const* value = find(key, cend);
3707 return NULL != value;
3708}
3709bool Value::isMember(char const* key) const
3710{
3711 return isMember(key, key + strlen(key));

Callers 15

graphFromJsonFunction · 0.80
addAlignmentMethod · 0.80
getGenotypesMethod · 0.80
addCountsMethod · 0.80
loadManifestFunction · 0.80
setFromJsonMethod · 0.80
loadMethod · 0.80
addFragmentCountFunction · 0.80
countPathFamiliesFunction · 0.80
appendCoverageMethod · 0.80
loadMethod · 0.80
writeAlignmentsFunction · 0.80

Calls 2

dataMethod · 0.80
lengthMethod · 0.45

Tested by 2

TESTFunction · 0.64
TESTFunction · 0.64