MCPcopy Create free account
hub / github.com/Query-farm/airport / IsValid

Method IsValid

src/airport_json_common.cpp:45–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43 }
44
45 inline bool IsValid() {
46 return chars_read != 0;
47 }
48
49 inline bool IsWildCard() {
50 return key == "*";

Callers 4

ReadKeyFunction · 0.80
ValidatePathMethod · 0.80
GetPathMethod · 0.80
GetWildcardPathInternalFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected