Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GraphLite-AI/GraphLite
/ is_valid
Method
is_valid
graphlite/src/cache/subquery_cache.rs:101–105 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
99
}
100
101
fn is_valid(&self) -> bool {
102
// All subquery results are valid by default
103
// Could add additional validation logic here
104
true
105
}
106
}
107
108
/// Cache key for subquery results
Callers
2
get
Method · 0.45
find_boolean_matches
Method · 0.45
Calls
1
is_expired
Method · 0.45
Tested by
no test coverage detected