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

Function empty

crates/wasi-http/tests/all/main.rs:24–26  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22 }
23
24 pub fn empty() -> BoxBody<Bytes, Error> {
25 BoxBody::new(Empty::new().map_err(|x| match x {}))
26 }
27}

Callers 15

wasi_http_proxy_testsFunction · 0.70
do_wasi_http_hash_allFunction · 0.70
wasi_http_without_portFunction · 0.70
request_with_header_sizeFunction · 0.70
setup_guest_profilerFunction · 0.50
call_with_regMethod · 0.50
call_with_nameMethod · 0.50
call_with_nameMethod · 0.50
call_with_regMethod · 0.50
newMethod · 0.50

Calls 1

newFunction · 0.50

Tested by

no test coverage detected