Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
122
Py::Long StringHasherPy::getCount() const
123
{
124
return Py::Long(PyLong_FromSize_t(getStringHasherPtr()->count()), true);
125
}
126
127
Py::Long StringHasherPy::getSize() const
128
{
Callers
nothing calls this directly
Calls
1
count
Method · 0.45
Tested by
no test coverage detected