MCPcopy Create free account
hub / github.com/NatronGitHub/Natron / generateGUIUserName

Function generateGUIUserName

Engine/Project.cpp:112–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110}
111
112static std::string
113generateGUIUserName()
114{
115 return getUserName() + '@' + QHostInfo::localHostName().toStdString();
116}
117
118static std::string
119generateUserFriendlyNatronVersionName()

Callers 2

saveProjectInternalMethod · 0.85
initializeKnobsMethod · 0.85

Calls 2

getUserNameFunction · 0.85
toStdStringMethod · 0.80

Tested by

no test coverage detected