Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anjo76/angelscript
/ ~Foo
Method
~Foo
sdk/tests/test_feature/source/test_scriptstruct.cpp:26–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
{
25
Foo(){ /*cout <<
"Foo::Foo()\n"
; */}
26
~Foo(){ /*cout <<
"Foo::~Foo()\n"
; */ callMethodOfBar(); }
27
};
28
29
void createBar()
Callers
nothing calls this directly
Calls
1
callMethodOfBar
Function · 0.85
Tested by
no test coverage detected