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

Method pre_export_interface

crates/core/src/lib.rs:111–114  ·  view source on GitHub ↗

Called before any exported interfaces are generated.

(&mut self, resolve: &Resolve, files: &mut Files)

Source from the content-addressed store, hash-verified

109
110 /// Called before any exported interfaces are generated.
111 fn pre_export_interface(&mut self, resolve: &Resolve, files: &mut Files) -> Result<()> {
112 let _ = (resolve, files);
113 Ok(())
114 }
115
116 fn export_interface(
117 &mut self,

Callers 1

generateMethod · 0.45

Implementers 7

lib.rscrates/markdown/src/lib.rs
lib.rscrates/cpp/src/lib.rs
lib.rscrates/rust/src/lib.rs
lib.rscrates/go/src/lib.rs
world_generator.rscrates/csharp/src/world_generator.rs
lib.rscrates/moonbit/src/lib.rs
lib.rscrates/c/src/lib.rs

Calls

no outgoing calls

Tested by

no test coverage detected