Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ clone
Method
clone
crates/wiggle/src/lib.rs:509–511 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
507
508
impl<T: ?Sized + Pointee> Clone for GuestPtr<T> {
509
fn clone(&self) -> Self {
510
*self
511
}
512
}
513
514
impl<T: ?Sized + Pointee> Copy for GuestPtr<T> {}
Callers
15
from
Method · 0.45
overlapping
Method · 0.45
validate_size_align
Method · 0.45
validate_range
Method · 0.45
test
Method · 0.45
strat
Method · 0.45
strat
Method · 0.45
parse
Method · 0.45
get
Method · 0.45
new
Method · 0.45
abi_type
Method · 0.45
type_ref
Function · 0.45
Calls
no outgoing calls
Tested by
3
test
Method · 0.36
strat
Method · 0.36
strat
Method · 0.36