MCPcopy Create free account
hub / github.com/KDE/kdevelop / _pair

Function _pair

plugins/git/gitplugin.cpp:1523–1523  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1521}
1522
1523constexpr int _pair(char a, char b) { return a*256 + b;}
1524
1525GitPlugin::ExtendedState GitPlugin::parseGitState(QStringView msg)
1526{

Callers 1

parseGitStateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected