MCPcopy Create free account
hub / github.com/GraphiteEditor/Graphite / TileCache

Class TileCache

node-graph/nodes/gstd/src/render_cache.rs:100–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98
99impl TileCache {
100 pub fn query(&self, viewport_bounds: &AxisAlignedBbox, cache_key: &CacheKey, max_region_area: u32) -> CacheQuery {
101 self.0.lock().unwrap().query(viewport_bounds, cache_key, max_region_area)
102 }
103

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected