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

Method deref

crates/codegen/src/unrealcpp.rs:5215–5217  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

5213impl Deref for UnrealCppAutogen {
5214 type Target = CodeIndenter<String>;
5215 fn deref(&self) -> &Self::Target {
5216 &self.output
5217 }
5218}
5219impl std::ops::DerefMut for UnrealCppAutogen {
5220 fn deref_mut(&mut self) -> &mut Self::Target {

Calls

no outgoing calls

Tested by

no test coverage detected