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

Method clone

crates/wasi-tls/src/error.rs:16–18  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

14}
15impl Clone for Error {
16 fn clone(&self) -> Self {
17 Self(Arc::clone(&self.0))
18 }
19}
20impl std::fmt::Debug for Error {
21 fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {

Callers 15

openMethod · 0.45
incrementMethod · 0.45
get_manyMethod · 0.45
fd_write_implMethod · 0.45
fd_readMethod · 0.45
fd_seekMethod · 0.45
fd_readdirMethod · 0.45
path_filestat_getMethod · 0.45
poll_oneoffMethod · 0.45
spawn_blockingMethod · 0.45
run_blockingMethod · 0.45
get_directoriesMethod · 0.45

Calls 1

cloneFunction · 0.50

Tested by 5

newMethod · 0.36
p2_api_reactorFunction · 0.36
fp16Function · 0.36
fp32Function · 0.36
i64Function · 0.36