MCPcopy Create free account
hub / github.com/Codeya-IDE/deepin-ide / isValid

Method isValid

3rdparty/unioncode-GitQlient/src/git/GitConfig.cpp:10–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8using namespace QLogger;
9
10bool GitUserInfo::isValid() const
11{
12 return !mUserEmail.isNull() && !mUserEmail.isEmpty() && !mUserName.isNull() && !mUserName.isEmpty();
13}
14
15GitConfig::GitConfig(QSharedPointer<GitBase> gitBase, QObject *parent)
16 : QObject(parent)

Callers 15

searchMethod · 0.45
cherryPickCommitMethod · 0.45
onRepoLoadFinishedMethod · 0.45
processUnsignedLogMethod · 0.45
processSignedLogMethod · 0.45
updateWipMethod · 0.45
SubmodulesContextMenuMethod · 0.45
rowCountMethod · 0.45
hasChildrenMethod · 0.45
getToolTipDataMethod · 0.45

Calls 2

isNullMethod · 0.45
isEmptyMethod · 0.45

Tested by

no test coverage detected