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

Method change_namespace

crates/cpp/src/lib.rs:805–807  ·  view source on GitHub ↗
(&mut self, target: &[String])

Source from the content-addressed store, hash-verified

803
804impl SourceWithState {
805 fn change_namespace(&mut self, target: &[String]) {
806 self.change_namespace_with_docs(target, None);
807 }
808
809 fn change_namespace_with_docs(&mut self, target: &[String], docs: Option<&str>) {
810 let mut same = 0;

Callers 12

finish_fileMethod · 0.80
import_interfaceMethod · 0.80
export_interfaceMethod · 0.80
import_funcsMethod · 0.80
export_funcsMethod · 0.80
finishMethod · 0.80
type_recordMethod · 0.80
type_resourceMethod · 0.80
type_flagsMethod · 0.80
type_variantMethod · 0.80
type_enumMethod · 0.80
type_aliasMethod · 0.80

Calls 1

Tested by

no test coverage detected