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

Method path_to_vec

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

Source from the content-addressed store, hash-verified

2607 }
2608
2609 pub fn path_to_vec(&mut self) -> String {
2610 self.path_from_runtime_module(RuntimeItem::VecType, "Vec")
2611 }
2612
2613 pub fn path_to_string(&mut self) -> String {
2614 self.path_from_runtime_module(RuntimeItem::StringType, "String")

Callers 4

generate_guest_exportMethod · 0.80
push_vec_nameMethod · 0.80
emitMethod · 0.80

Calls 1

Tested by

no test coverage detected