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

Method get_console

client/src/testutils.rs:315–317  ·  view source on GitHub ↗

See the wrapped `Tester::get_console` function for details.

(&self)

Source from the content-addressed store, hash-verified

313
314 /// See the wrapped `Tester::get_console` function for details.
315 pub fn get_console(&self) -> Rc<RefCell<MockConsole>> {
316 self.tester.get_console()
317 }
318
319 /// Gets the mock service client from the tester.
320 ///

Callers 10

test_signup_okFunction · 0.45
test_signup_abortFunction · 0.45
defaultMethod · 0.45
run_repl_loopFunction · 0.45
run_interactiveFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected