Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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\
23
class Foo{ int a; }\r\n\
24
Foo ref m = nullptr;\r\n\
25
void Foo:finalize(){ m = this; }\r\n\
26
\r\n\
27
auto x = new Foo;\r\n\
28
x.a = 10;\r\n\
Callers
1
TestFinalizer.cpp
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected