Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
restoreStreamNew
Method · 0.45
constData
Method · 0.45
startElement
Method · 0.45
parseMetadata
Method · 0.45
getUserHome
Method · 0.45
findHomePath
Method · 0.45
getenvUTF8
Function · 0.45
getUserHome
Function · 0.45
ExtractUserPath
Method · 0.45
FindHomePath
Method · 0.45
applyTimeStamp
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected