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

Method qualifier

crates/csharp/src/world_generator.rs:61–64  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

59 }
60
61 pub(crate) fn qualifier(&self) -> String {
62 let world = self.name.to_upper_camel_case();
63 format!("{world}World.")
64 }
65
66 fn interface<'a>(
67 &'a mut self,

Callers 2

finishMethod · 0.45
interface_nameFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected