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

Method data

src/App/Enumeration.cpp:41–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39 : d(str)
40 {}
41 const char* data() const override
42 {
43 return d.data();
44 }
45 bool isEqual(const char* str) const override
46 {
47 return d == str;

Callers 15

operator()Method · 0.45
restoreStreamNewMethod · 0.45
constDataMethod · 0.45
startElementMethod · 0.45
parseMetadataMethod · 0.45
getUserHomeMethod · 0.45
findHomePathMethod · 0.45
getenvUTF8Function · 0.45
getUserHomeFunction · 0.45
ExtractUserPathMethod · 0.45
FindHomePathMethod · 0.45
applyTimeStampMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected