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

Method path_to_cabi_dealloc

crates/rust/src/interface.rs:2577–2579  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

2575 }
2576
2577 pub fn path_to_cabi_dealloc(&mut self) -> String {
2578 self.path_from_runtime_module(RuntimeItem::CabiDealloc, "cabi_dealloc")
2579 }
2580
2581 pub fn path_to_as_i32(&mut self) -> String {
2582 self.path_from_runtime_module(RuntimeItem::AsI32, "as_i32")

Callers 1

emitMethod · 0.80

Calls 1

Tested by

no test coverage detected