MCPcopy Create free account
hub / github.com/bytecodealliance/wit-bindgen / async_support_path

Method async_support_path

crates/rust/src/lib.rs:456–458  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

454 }
455
456 fn async_support_path(&self) -> String {
457 format!("{}::async_support", self.runtime_path())
458 }
459
460 fn name_interface(
461 &mut self,

Callers 10

finish_runtime_moduleMethod · 0.80
generate_payloadMethod · 0.80
generate_guest_exportMethod · 0.80
print_tyMethod · 0.80
type_futureMethod · 0.80
type_streamMethod · 0.80
anonymous_type_futureMethod · 0.80
anonymous_type_streamMethod · 0.80
emitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected