MCPcopy Create free account
hub / github.com/TheRedDeveloper/ply-engine / builder_disable_ring

Function builder_disable_ring

src/accessibility.rs:287–292  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

285
286 #[test]
287 fn builder_disable_ring() {
288 let mut builder = AccessibilityBuilder::new();
289 builder.focusable().disable_ring();
290 assert!(builder.config.focusable);
291 assert!(!builder.config.show_ring);
292 }
293
294 #[test]
295 fn builder_focus_directions() {

Callers

nothing calls this directly

Calls 2

disable_ringMethod · 0.80
focusableMethod · 0.80

Tested by

no test coverage detected