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

Method getName

src/python/handler/py_label.cpp:37–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37std::string CandidateObject::getName() const
38{
39 return cand.name;
40}
41
42void CandidateObject::setName(const std::string& name)
43{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected