MCPcopy 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

getMethod · 0.45
find_boolean_matchesMethod · 0.45

Calls 1

is_expiredMethod · 0.45

Tested by

no test coverage detected