Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ check_write
Method
check_write
crates/c-api/src/wasi.rs:230–232 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
228
Ok(())
229
}
230
fn check_write(&mut self) -> Result<usize, StreamError> {
231
Ok(usize::MAX)
232
}
233
}
234
235
impl AsyncWrite for CustomOutputStream {
Callers
10
blocking_write_util
Method · 0.45
blocking_close_output
Method · 0.45
request
Function · 0.45
outgoing_body
Function · 0.45
main
Function · 0.45
write_strings_to
Method · 0.45
test_tcp_shutdown_should_not_lose_data
Function · 0.45
producer
Function · 0.45
producer
Function · 0.45
producer
Function · 0.45
Calls
1
Ok
Function · 0.85
Tested by
1
test_tcp_shutdown_should_not_lose_data
Function · 0.36