Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenOrienteering/mapper
/ firstRemoved
Function
firstRemoved
src/main.cpp:91–96 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
89
90
91
QStringList firstRemoved(QStringList&& input)
92
{
93
if (!input.empty())
94
input.removeFirst();
95
return std::move(input);
96
}
97
98
99
#ifdef MAPPER_USE_QTSINGLEAPPLICATION
Callers
1
main
Function · 0.85
Calls
1
empty
Method · 0.45
Tested by
no test coverage detected