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/plan_cache.rs:74–76 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
72
}
73
74
fn is_valid(&self) -> bool {
75
!self.metadata.is_expired()
76
}
77
}
78
79
/// Plan cache statistics
Callers
1
get
Method · 0.45
Calls
1
is_expired
Method · 0.45
Tested by
no test coverage detected