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

Method continue_from_here

std/src/testutils.rs:745–748  ·  view source on GitHub ↗

Creates a continuation from the current tester state without running any code.

(&self)

Source from the content-addressed store, hash-verified

743
744 /// Creates a continuation from the current tester state without running any code.
745 pub fn continue_from_here(&self) -> TesterContinuation<'_> {
746 let machine = self.build_machine();
747 TesterContinuation { tester: self, machine }
748 }
749
750 /// Runs `scripts` in the configured machine and returns a `Checker` object to validate
751 /// expectations about the execution.

Calls 1

build_machineMethod · 0.80

Tested by

no test coverage detected