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

Method invalidPath

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

Source from the content-addressed store, hash-verified

2973}
2974
2975void Path::invalidPath(const std::string & /*path*/, int /*location*/) {
2976 // Error: invalid path.
2977}
2978
2979const Value &Path::resolve(const Value &root) const {
2980 const Value *node = &root;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected