MCPcopy Create free account
hub / github.com/bab2min/tomotopy / ~CorpusObject

Method ~CorpusObject

src/python/handler/py_utils.cpp:182–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

180}
181
182CorpusObject::~CorpusObject()
183{
184 if (isIndependent()) docs.~vector();
185 else if (made) docsMade.~vector();
186 else docIdcs.~vector();
187 depObj.~UniqueCObj();
188}
189
190py::UniqueObj CorpusObject::getstate() const
191{

Callers

nothing calls this directly

Calls 1

~UniqueCObjMethod · 0.45

Tested by

no test coverage detected