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

Method build

crates/rust/src/lib.rs:310–315  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

308
309impl Opts {
310 pub fn build(self) -> RustWasm {
311 let mut r = RustWasm::new();
312 r.skip = self.skip.iter().cloned().collect();
313 r.opts = self;
314 r
315 }
316
317 fn merge_structurally_equal_types(&self) -> bool {
318 const DEFAULT: bool = false;

Callers

nothing calls this directly

Calls 3

newFunction · 0.85
collectMethod · 0.80
iterMethod · 0.45

Tested by

no test coverage detected