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