Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
6664
impl IdentifierCasing for Identifier {
6665
fn to_case(&self, case: Case) -> String {
6666
self.deref().to_case(case)
6667
}
6668
}
6669
6670
fn cpp_ty_fmt_with_module<'a>(
Callers
15
slugify
Function · 0.80
resolve_type_with_case
Method · 0.80
convert
Function · 0.80
create_table
Method · 0.80
generate_table_file_from_schema
Method · 0.80
generate_reducer_file
Method · 0.80
implement_query_col_types_for_struct
Function · 0.80
implement_query_col_types_for_table_struct
Function · 0.80
for_arguments
Method · 0.80
write_enum_variant
Function · 0.80
write_arglist_no_delimiters
Function · 0.80
table_module_name
Function · 0.80
Calls
1
deref
Method · 0.45
Tested by
no test coverage detected