MCPcopy 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
1333impl std::ops::DerefMut for CsharpAutogen {

Calls

no outgoing calls

Tested by

no test coverage detected