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

Method push_str

crates/markdown/src/lib.rs:312–314  ·  view source on GitHub ↗
(&mut self, s: &str)

Source from the content-addressed store, hash-verified

310 }
311
312 fn push_str(&mut self, s: &str) {
313 self.r#gen.src.push_str(s);
314 }
315
316 fn print_ty(&mut self, ty: &Type) {
317 match ty {

Callers 15

preprocessMethod · 0.45
import_interfaceMethod · 0.45
funcsMethod · 0.45
funcMethod · 0.45
print_tyMethod · 0.45
docsMethod · 0.45
print_type_headerMethod · 0.45
type_recordMethod · 0.45
type_resourceMethod · 0.45
type_tupleMethod · 0.45
type_flagsMethod · 0.45
type_variantMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected