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

Enum Exit

tests/all/cli_tests.rs:2851–2856  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2849 #[test]
2850 fn p2_cli_hostcall_fuel() -> Result<()> {
2851 enum Exit {
2852 Ok,
2853 NoFuel,
2854 TooManyZeroes,
2855 BufferTooLarge,
2856 }
2857
2858 let dir = tempfile::tempdir()?;
2859 let file = dir.path().join("1mb");

Callers 2

terms_in_cyclesFunction · 0.85
compute_spanning_treeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected