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

Method index

external/jsoncpp/jsoncpp.cpp:2376–2381  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2374}
2375
2376UInt ValueIteratorBase::index() const {
2377 const Value::CZString czstring = (*current_).first;
2378 if (!czstring.data())
2379 return czstring.index();
2380 return Value::UInt(-1);
2381}
2382
2383JSONCPP_STRING ValueIteratorBase::name() const {
2384 char const* keey;

Callers 5

convert_vcfFunction · 0.80
runFunction · 0.80
addHaplotypePathsFunction · 0.80
keyMethod · 0.80
sizeMethod · 0.80

Calls 1

dataMethod · 0.80

Tested by

no test coverage detected