Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
preprocess
Method · 0.45
import_interface
Method · 0.45
funcs
Method · 0.45
func
Method · 0.45
print_ty
Method · 0.45
docs
Method · 0.45
print_type_header
Method · 0.45
type_record
Method · 0.45
type_resource
Method · 0.45
type_tuple
Method · 0.45
type_flags
Method · 0.45
type_variant
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected