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

Method path_to_as_f64

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

Source from the content-addressed store, hash-verified

2591 }
2592
2593 pub fn path_to_as_f64(&mut self) -> String {
2594 self.path_from_runtime_module(RuntimeItem::AsF64, "as_f64")
2595 }
2596
2597 pub fn path_to_char_lift(&mut self) -> String {
2598 self.path_from_runtime_module(RuntimeItem::CharLift, "char_lift")

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected