Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
ReadKey
Function · 0.80
ValidatePath
Method · 0.80
GetPath
Method · 0.80
GetWildcardPathInternal
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected