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

Method take_captured_out

client/src/testutils.rs:404–406  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

402 /// See the wrapped `Checker::take_captured_out` function for details.
403 #[must_use]
404 pub fn take_captured_out(&mut self) -> Vec<CapturedOut> {
405 self.checker.take_captured_out()
406 }
407
408 /// Validates all expectations.
409 pub(crate) fn check(self) {

Callers 6

test_share_make_publicFunction · 0.45
test_signup_okFunction · 0.45
test_signup_abortFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected