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

Method ~DocumentObject

src/python/handler/py_utils.cpp:843–849  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

841}
842
843DocumentObject::~DocumentObject()
844{
845 if (corpus && !corpus->isIndependent() && owner)
846 {
847 delete getBoundDoc();
848 }
849}
850
851size_t DocumentObject::len() const
852{

Callers

nothing calls this directly

Calls 1

isIndependentMethod · 0.80

Tested by

no test coverage detected