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

Method path_to_run_ctors_once

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

Source from the content-addressed store, hash-verified

2603 }
2604
2605 fn path_to_run_ctors_once(&mut self) -> String {
2606 self.path_from_runtime_module(RuntimeItem::RunCtorsOnce, "run_ctors_once")
2607 }
2608
2609 pub fn path_to_vec(&mut self) -> String {
2610 self.path_from_runtime_module(RuntimeItem::VecType, "Vec")

Callers 1

generate_guest_exportMethod · 0.80

Calls 1

Tested by

no test coverage detected