MCPcopy Create free account
hub / github.com/WheretIB/nullc / finalize

Function finalize

tests/TestFinalizer.cpp:24–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22\r\n\
23class Foo{ int a; }\r\n\
24Foo ref m = nullptr;\r\n\
25void Foo:finalize(){ m = this; }\r\n\
26\r\n\
27auto x = new Foo;\r\n\
28x.a = 10;\r\n\

Callers 1

TestFinalizer.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected