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

Method get

crates/test-programs/src/bin/async_short_reads.rs:28–30  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

26 }
27
28 async fn get(&self) -> String {
29 self.value.clone()
30 }
31}
32
33struct Component;

Callers 9

blocking_finishMethod · 0.45
requestFunction · 0.45
outgoing_request_sendFunction · 0.45
incoming_bodyFunction · 0.45
debugMethod · 0.45
handleMethod · 0.45
handleMethod · 0.45
mainFunction · 0.45
handleMethod · 0.45

Calls 1

cloneMethod · 0.45

Tested by

no test coverage detected