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

Method push_vec_name

crates/rust/src/interface.rs:2522–2525  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

2520 }
2521
2522 fn push_vec_name(&mut self) {
2523 let path = self.path_to_vec();
2524 self.push_str(&path);
2525 }
2526
2527 pub fn is_exported_resource(&self, ty: TypeId) -> bool {
2528 let ty = dealias(self.resolve, ty);

Callers 2

print_tyMethod · 0.80
print_listMethod · 0.80

Calls 2

path_to_vecMethod · 0.80
push_strMethod · 0.45

Tested by

no test coverage detected