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

Method PathArgument

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

Source from the content-addressed store, hash-verified

3986// //////////////////////////////////////////////////////////////////
3987
3988PathArgument::PathArgument() : key_(), index_(), kind_(kindNone) {}
3989
3990PathArgument::PathArgument(ArrayIndex index)
3991 : key_(), index_(index), kind_(kindIndex) {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected