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

Method interface

crates/markdown/src/lib.rs:243–249  ·  view source on GitHub ↗
(&'a mut self, resolve: &'a Resolve)

Source from the content-addressed store, hash-verified

241
242impl Markdown {
243 fn interface<'a>(&'a mut self, resolve: &'a Resolve) -> InterfaceGenerator<'a> {
244 InterfaceGenerator {
245 r#gen: self,
246 resolve,
247 types_header_printed: false,
248 }
249 }
250}
251
252struct InterfaceGenerator<'a> {

Callers 6

preprocessMethod · 0.45
import_interfaceMethod · 0.45
import_funcsMethod · 0.45
export_interfaceMethod · 0.45
export_funcsMethod · 0.45
import_typesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected