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

Method into_inner

crates/codegen/src/csharp.rs:1373–1378  ·  view source on GitHub ↗
(mut self)

Source from the content-addressed store, hash-verified

1371 }
1372
1373 pub fn into_inner(mut self) -> String {
1374 self.dedent(1);
1375 writeln!(self, "}}");
1376
1377 self.output.into_inner()
1378 }
1379}
1380
1381fn autogen_csharp_sum(module: &ModuleDef, sum_type_name: String, sum_type: &SumTypeDef, namespace: &str) -> String {

Callers 15

fromMethod · 0.45
compress_with_tagMethod · 0.45
serializeFunction · 0.45
serialize_v2_messagesFunction · 0.45
consume_each_listMethod · 0.45
handle_queuedMethod · 0.45
try_from_primitiveMethod · 0.45
try_fromMethod · 0.45
successor_of_primitiveFunction · 0.45
generate_reducer_fileMethod · 0.45

Calls 1

dedentMethod · 0.45

Tested by 1