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

Method isRealString

src/App/ObjectIdentifier.h:228–231  ·  view source on GitHub ↗

* @brief Test whether the string is a real string. * * A real string is a string that should be quoted. A simple identifier * is a string that should not be quoted. * * @return True if the string is a real string, false otherwise. */

Source from the content-addressed store, hash-verified

226 * @return True if the string is a real string, false otherwise.
227 */
228 bool isRealString() const
229 {
230 return isString;
231 }
232
233 /**
234 * @brief Test whether the string is a forced identifier.

Callers 11

toPersistentStringMethod · 0.80
replaceObjectMethod · 0.80
updateLabelReferenceMethod · 0.80
relabeledDocumentMethod · 0.80
getDocumentObjectMethod · 0.80
getDocumentMethod · 0.80
getDepLabelsMethod · 0.80
setDocumentNameMethod · 0.80
setDocumentObjectNameMethod · 0.80
importSubNamesMethod · 0.80
resolveAmbiguityMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected