MCPcopy Create free account
hub / github.com/bab2min/tomotopy / getCountBySuperTopic

Method getCountBySuperTopic

src/python/handler/py_PA.cpp:171–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169}
170
171std::vector<uint64_t> PAModelObject::getCountBySuperTopic() const
172{
173 auto* inst = getInst<tomoto::IPAModel>();
174 return inst->getCountBySuperTopic();
175}
176
177py::UniqueObj PAModelObject::getSubAlpha() const
178{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected