MCPcopy Create free account
hub / github.com/FreeCAD/FreeCAD / getCount

Method getCount

src/App/StringHasherPyImp.cpp:122–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120}
121
122Py::Long StringHasherPy::getCount() const
123{
124 return Py::Long(PyLong_FromSize_t(getStringHasherPtr()->count()), true);
125}
126
127Py::Long StringHasherPy::getSize() const
128{

Callers

nothing calls this directly

Calls 1

countMethod · 0.45

Tested by

no test coverage detected