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

Method save_bmp

sdl/src/host.rs:591–595  ·  view source on GitHub ↗
(&self, path: &Path)

Source from the content-addressed store, hash-verified

589
590 #[cfg(any(test, feature = "testutils"))]
591 fn save_bmp(&self, path: &Path) -> io::Result<()> {
592 let ctx = (*self.0).borrow_mut();
593 let surface = ctx.canvas.surface();
594 surface.save_bmp(path).map_err(string_error_to_io_error)
595 }
596}
597
598impl RasterOps for SharedContext {

Callers 1

runFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected