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

Method path_to_string_lift

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

Source from the content-addressed store, hash-verified

2571 }
2572
2573 pub fn path_to_string_lift(&mut self) -> String {
2574 self.path_from_runtime_module(RuntimeItem::StringLift, "string_lift")
2575 }
2576
2577 pub fn path_to_cabi_dealloc(&mut self) -> String {
2578 self.path_from_runtime_module(RuntimeItem::CabiDealloc, "cabi_dealloc")

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected