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

Function table_module_name

crates/codegen/src/rust.rs:1092–1094  ·  view source on GitHub ↗
(table_name: &Identifier)

Source from the content-addressed store, hash-verified

1090}
1091
1092fn table_module_name(table_name: &Identifier) -> String {
1093 table_name.deref().to_case(Case::Snake) + "_table"
1094}
1095
1096fn table_method_name(table_name: &Identifier) -> String {
1097 table_name.deref().to_case(Case::Snake)

Callers 2

print_module_reexportsFunction · 0.70

Calls 2

to_caseMethod · 0.80
derefMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…