MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / QueryPath

Class QueryPath

source/core/StarJsonPath.hpp:128–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126 };
127
128 class QueryPath : public Path {
129 public:
130 QueryPath(String const& path) : Path(parseQueryPath, path) {}
131 };
132
133 template <typename Jsonlike>
134 Jsonlike pathGet(Jsonlike value, PathParser parser, String const& path) {

Callers 1

TESTFunction · 0.85

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.68