MCPcopy Index your code
hub / github.com/endbasic/endbasic / test_draw_circle_zero

Function test_draw_circle_zero

std/src/console/drawing.rs:648–652  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

646
647 #[test]
648 fn test_draw_circle_zero() {
649 let mut rasops = RecordingRasops::default();
650 draw_circle(&mut rasops, PixelsXY::new(10, 20), 0).unwrap();
651 assert!(rasops.ops.is_empty());
652 }
653
654 #[test]
655 fn test_draw_circle_dot() {

Callers

nothing calls this directly

Calls 1

draw_circleFunction · 0.85

Tested by

no test coverage detected