MCPcopy Create free account
hub / github.com/clockworklabs/SpacetimeDB / to_case

Method to_case

crates/codegen/src/unrealcpp.rs:6665–6667  ·  view source on GitHub ↗
(&self, case: Case)

Source from the content-addressed store, hash-verified

6663
6664impl IdentifierCasing for Identifier {
6665 fn to_case(&self, case: Case) -> String {
6666 self.deref().to_case(case)
6667 }
6668}
6669
6670fn cpp_ty_fmt_with_module<'a>(

Callers 15

slugifyFunction · 0.80
convertFunction · 0.80
create_tableMethod · 0.80
generate_reducer_fileMethod · 0.80
for_argumentsMethod · 0.80
write_enum_variantFunction · 0.80
table_module_nameFunction · 0.80

Calls 1

derefMethod · 0.45

Tested by

no test coverage detected