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

Method access_modifier

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

Source from the content-addressed store, hash-verified

51
52impl CSharp {
53 pub(crate) fn access_modifier(&self) -> &'static str {
54 if self.opts.internal {
55 "internal"
56 } else {
57 "public"
58 }
59 }
60
61 pub(crate) fn qualifier(&self) -> String {
62 let world = self.name.to_upper_camel_case();

Callers 9

importMethod · 0.80
exportMethod · 0.80
start_resourceMethod · 0.80
sig_stringMethod · 0.80
type_recordMethod · 0.80
type_flagsMethod · 0.80
type_variantMethod · 0.80
type_enumMethod · 0.80
finishMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected