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

Method path_to_string

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

Source from the content-addressed store, hash-verified

2611 }
2612
2613 pub fn path_to_string(&mut self) -> String {
2614 self.path_from_runtime_module(RuntimeItem::StringType, "String")
2615 }
2616
2617 pub fn path_to_box(&mut self) -> String {
2618 self.path_from_runtime_module(RuntimeItem::BoxType, "Box")

Callers 1

push_string_nameMethod · 0.80

Calls 1

Tested by

no test coverage detected