Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KomputeProject/kompute
/ ~Algorithm
Method
~Algorithm
src/Algorithm.cpp:8–13 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6
namespace kp {
7
8
Algorithm::~Algorithm()
9
{
10
KP_LOG_DEBUG(
"Kompute Algorithm Destructor started"
);
11
12
this->destroy();
13
}
14
15
bool
16
Algorithm::isInit()
Callers
nothing calls this directly
Calls
1
destroy
Method · 0.95
Tested by
no test coverage detected