MCPcopy 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
27Sequence::~Sequence()
28{
29 KP_LOG_DEBUG("Kompute Sequence Destructor started");
30
31 if (this->mDevice) {
32 this->destroy();
33 }
34}
35
36void
37Sequence::begin()

Callers

nothing calls this directly

Calls 1

destroyMethod · 0.95

Tested by

no test coverage detected