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

Method c_func_name

crates/c/src/lib.rs:2138–2147  ·  view source on GitHub ↗
(&self, interface_id: Option<&WorldKey>, func: &Function)

Source from the content-addressed store, hash-verified

2136 }
2137
2138 fn c_func_name(&self, interface_id: Option<&WorldKey>, func: &Function) -> String {
2139 c_func_name(
2140 self.in_import,
2141 self.resolve,
2142 &self.r#gen.world,
2143 interface_id,
2144 func,
2145 &self.r#gen.renamed_interfaces,
2146 )
2147 }
2148
2149 fn import(&mut self, interface_name: Option<&WorldKey>, func: &Function) {
2150 let async_ = self

Callers 3

importMethod · 0.80
exportMethod · 0.80
print_sigMethod · 0.80

Calls 1

c_func_nameFunction · 0.85

Tested by

no test coverage detected