MCPcopy 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

getCustomAttributesMethod · 0.45
getSystemInformationMethod · 0.45
getPackageInformationMethod · 0.45
saveMethod · 0.45
findMethod · 0.45
applyTranslationMethod · 0.45
applyRotationMethod · 0.45
transformGeometryMethod · 0.45
getElementIndexedNameMethod · 0.45
getElementMappedNameMethod · 0.45
setCustomAttributesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected