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

Method path_to_as_i64

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

Source from the content-addressed store, hash-verified

2583 }
2584
2585 pub fn path_to_as_i64(&mut self) -> String {
2586 self.path_from_runtime_module(RuntimeItem::AsI64, "as_i64")
2587 }
2588
2589 pub fn path_to_as_f32(&mut self) -> String {
2590 self.path_from_runtime_module(RuntimeItem::AsF32, "as_f32")

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected