MCPcopy 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

6namespace kp {
7
8Algorithm::~Algorithm()
9{
10 KP_LOG_DEBUG("Kompute Algorithm Destructor started");
11
12 this->destroy();
13}
14
15bool
16Algorithm::isInit()

Callers

nothing calls this directly

Calls 1

destroyMethod · 0.95

Tested by

no test coverage detected