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

Method bucket_fill

sdl/src/console.rs:194–196  ·  view source on GitHub ↗
(&mut self, xy: PixelsXY)

Source from the content-addressed store, hash-verified

192 }
193
194 fn bucket_fill(&mut self, xy: PixelsXY) -> io::Result<()> {
195 self.call(Request::BucketFill(xy))
196 }
197
198 fn draw_circle(&mut self, center: PixelsXY, radius: u16) -> io::Result<()> {
199 self.call(Request::DrawCircle(center, radius))

Callers 1

runFunction · 0.45

Calls 1

callMethod · 0.80

Tested by

no test coverage detected