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

Method get_machine

std/src/testutils.rs:789–791  ·  view source on GitHub ↗

Returns a mutable reference to the machine inside this continuation.

(&mut self)

Source from the content-addressed store, hash-verified

787impl<'a> TesterContinuation<'a> {
788 /// Returns a mutable reference to the machine inside this continuation.
789 pub fn get_machine(&mut self) -> &mut Machine {
790 &mut self.machine
791 }
792
793 /// Runs `script` in the configured machine and returns a `Checker` object to validate
794 /// expectations about the execution.

Calls

no outgoing calls

Tested by

no test coverage detected