Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KomputeProject/kompute
/ ~Sequence
Method
~Sequence
src/Sequence.cpp:27–34 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
25
}
26
27
Sequence::~Sequence()
28
{
29
KP_LOG_DEBUG(
"Kompute Sequence Destructor started"
);
30
31
if (this->mDevice) {
32
this->destroy();
33
}
34
}
35
36
void
37
Sequence::begin()
Callers
nothing calls this directly
Calls
1
destroy
Method · 0.95
Tested by
no test coverage detected