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

Function test_sdl_console_show_cursor

sdl/src/console.rs:1006–1013  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1004
1005 #[test]
1006 fn test_sdl_console_show_cursor() {
1007 let mut test = SdlTest::default();
1008
1009 test.console().show_cursor().unwrap();
1010 test.console().show_cursor().unwrap();
1011
1012 test.verify("sdl/src", "sdl-empty");
1013 }
1014
1015 #[test]
1016 fn test_sdl_console_sync() {

Callers

nothing calls this directly

Calls 3

consoleMethod · 0.80
verifyMethod · 0.80
show_cursorMethod · 0.45

Tested by

no test coverage detected