MCPcopy Create free account
hub / github.com/NativeScript/SimDeck / cacheable_accessibility_snapshot

Function cacheable_accessibility_snapshot

packages/server/src/api/routes.rs:240–242  ·  view source on GitHub ↗
(snapshot: &Value)

Source from the content-addressed store, hash-verified

238}
239
240fn cacheable_accessibility_snapshot(snapshot: &Value) -> bool {
241 snapshot.get("fallbackReason").is_none()
242}
243
244fn cached_depth_covers(cached: Option<usize>, requested: Option<usize>) -> bool {
245 match (cached, requested) {

Callers 1

insert_if_generationMethod · 0.85

Calls 1

getMethod · 0.65

Tested by

no test coverage detected