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

Method set_size_chars

std/src/testutils.rs:201–203  ·  view source on GitHub ↗

Sets the size of the mock text console.

(&mut self, size: CharsXY)

Source from the content-addressed store, hash-verified

199
200 /// Sets the size of the mock text console.
201 pub fn set_size_chars(&mut self, size: CharsXY) {
202 self.size_chars = size;
203 }
204
205 /// Sets the size of the mock graphical console.
206 pub fn set_size_pixels(&mut self, size: SizeInPixels) {

Calls

no outgoing calls

Tested by

no test coverage detected