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

Method path_to_as_i32

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

Source from the content-addressed store, hash-verified

2579 }
2580
2581 pub fn path_to_as_i32(&mut self) -> String {
2582 self.path_from_runtime_module(RuntimeItem::AsI32, "as_i32")
2583 }
2584
2585 pub fn path_to_as_i64(&mut self) -> String {
2586 self.path_from_runtime_module(RuntimeItem::AsI64, "as_i64")

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected