MCPcopy Create free account
hub / github.com/Illumina/hap.py / PathArgument

Method PathArgument

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

Source from the content-addressed store, hash-verified

2900// //////////////////////////////////////////////////////////////////
2901
2902PathArgument::PathArgument() : key_(), index_(), kind_(kindNone) {}
2903
2904PathArgument::PathArgument(ArrayIndex index)
2905 : key_(), index_(index), kind_(kindIndex) {}

Callers

nothing calls this directly

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected