MCPcopy Create free account
hub / github.com/AccessKit/accesskit / read

Method read

platforms/windows/src/text.rs:272–277  ·  view source on GitHub ↗
(&self, f: F)

Source from the content-addressed store, hash-verified

270 }
271
272 fn read<F, T>(&self, f: F) -> Result<T>
273 where
274 F: FnOnce(Range) -> Result<T>,
275 {
276 self.read_with_context(|range, _| f(range))
277 }
278
279 fn write<F, T>(&self, f: F) -> Result<T>
280 where

Callers 12

resolve_app_contextMethod · 0.80
read_treeMethod · 0.80
read_app_contextMethod · 0.80
upgrade_nodeMethod · 0.80
upgrade_for_readMethod · 0.80
cloneMethod · 0.80
CompareMethod · 0.80
CompareEndpointsMethod · 0.80
GetAttributeValueMethod · 0.80
GetTextMethod · 0.80
read_treeMethod · 0.80

Calls 1

read_with_contextMethod · 0.80

Tested by

no test coverage detected