MCPcopy 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
91QStringList 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

mainFunction · 0.85

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected