Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clockworklabs/SpacetimeDB
/ deref
Method
deref
crates/codegen/src/csharp.rs:1328–1330 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
1326
type Target = CodeIndenter<String>;
1327
1328
fn deref(&self) -> &Self::Target {
1329
&self.output
1330
}
1331
}
1332
1333
impl std::ops::DerefMut for CsharpAutogen {
Callers
15
generate_table_file_from_schema
Method · 0.45
generate_reducer_file
Method · 0.45
generate_procedure_file
Method · 0.45
implement_query_col_types_for_struct
Function · 0.45
implement_query_col_types_for_table_struct
Function · 0.45
implement_query_table_accessor
Function · 0.45
for_arguments
Method · 0.45
write_enum_variant
Function · 0.45
write_arglist_no_delimiters
Function · 0.45
table_module_name
Function · 0.45
table_method_name
Function · 0.45
table_access_trait_name
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected