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

Method set_interactive

std/src/testutils.rs:216–218  ·  view source on GitHub ↗

Sets whether the mock console is interactive or not.

(&mut self, interactive: bool)

Source from the content-addressed store, hash-verified

214
215 /// Sets whether the mock console is interactive or not.
216 pub fn set_interactive(&mut self, interactive: bool) {
217 self.interactive = interactive;
218 }
219
220 /// Sets the color to return from `peek_pixel` at the given location.
221 pub fn set_peek_pixel(&mut self, xy: PixelsXY, color: Option<u8>) {

Callers 15

test_signup_okFunction · 0.80
test_signup_abortFunction · 0.80
test_disasm_pagingFunction · 0.80
test_list_pagingFunction · 0.80
test_help_pagingFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected