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

Method path_to_bool_lift

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

Source from the content-addressed store, hash-verified

2599 }
2600
2601 pub fn path_to_bool_lift(&mut self) -> String {
2602 self.path_from_runtime_module(RuntimeItem::BoolLift, "bool_lift")
2603 }
2604
2605 fn path_to_run_ctors_once(&mut self) -> String {
2606 self.path_from_runtime_module(RuntimeItem::RunCtorsOnce, "run_ctors_once")

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected