Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PLSysSec/wave
/ len
Method
len
src/types/mod.rs:1179–1181 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
1177
impl WasmIoVecs {
1178
#[pure]
1179
pub fn len(&self) -> usize {
1180
self.iovs.len()
1181
}
1182
1183
#[ensures(result.len() == 0)]
1184
pub fn new() -> Self {
Callers
15
check_os_pread
Function · 0.45
check_os_pwrite
Function · 0.45
check_os_futimens
Function · 0.45
check_os_utimensat
Function · 0.45
check_os_getrandom
Function · 0.45
check_os_read
Function · 0.45
check_os_write
Function · 0.45
check_os_readlinkat
Function · 0.45
check_os_recv
Function · 0.45
check_os_send
Function · 0.45
check_first_null
Function · 0.45
check_clone_vec_u8
Function · 0.45
Calls
no outgoing calls
Tested by
5
write_method_1
Function · 0.36
write_method_5
Function · 0.36
write_method_6
Function · 0.36
write_method_7
Function · 0.36
check_os_pread
Function · 0.36