Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FreeCAD/FreeCAD
/ value
Method
value
src/App/StringHasher.h:526–532 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
524
}
525
526
long value() const
527
{
528
if (_sid) {
529
return _sid->value();
530
}
531
return 0;
532
}
533
534
QVector<StringIDRef> relatedIDs() const
535
{
Callers
15
getCustomAttributes
Method · 0.45
prettyProductInfoWrapper
Method · 0.45
getSystemInformation
Method · 0.45
getPackageInformation
Method · 0.45
save
Method · 0.45
find
Method · 0.45
applyTranslation
Method · 0.45
applyRotation
Method · 0.45
transformGeometry
Method · 0.45
getElementIndexedName
Method · 0.45
getElementMappedName
Method · 0.45
setCustomAttributes
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected