Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ThePhD/sol2
/ func
Method
func
tests/run_time/source/gc.cpp:218–220 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
216
return *this;
217
}
218
void func() {
219
last_call = static_cast<void*>(this);
220
};
221
~x() {
222
++destroyed;
223
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected