MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / finish

Method finish

tests/all/cli_tests.rs:1612–1614  ·  view source on GitHub ↗

Completes this server gracefully by printing the output on failure.

(mut self)

Source from the content-addressed store, hash-verified

1610
1611 /// Completes this server gracefully by printing the output on failure.
1612 fn finish(mut self) -> Result<(String, String)> {
1613 self._finish()
1614 }
1615
1616 fn _finish(&mut self) -> Result<(String, String)> {
1617 let mut child = self.child.take().unwrap();

Calls 1

_finishMethod · 0.80

Tested by

no test coverage detected