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

Function generated_preamble

crates/core/src/lib.rs:253–255  ·  view source on GitHub ↗
(src: &mut Source, version: &str)

Source from the content-addressed store, hash-verified

251}
252
253pub fn generated_preamble(src: &mut Source, version: &str) {
254 uwriteln!(src, "// Generated by `wit-bindgen` {version}. DO NOT EDIT!")
255}
256
257pub fn dealias(resolve: &Resolve, mut id: TypeId) -> TypeId {
258 loop {

Callers 8

preprocessMethod · 0.85
import_interfaceMethod · 0.85
finish_importsMethod · 0.85
export_interfaceMethod · 0.85
export_funcsMethod · 0.85
finishMethod · 0.85
emit_utilsMethod · 0.85
finishMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected