MCPcopy Create free account
hub / github.com/BZFlag-Dev/bzflag / fileNameVectorIsEmpty

Method fileNameVectorIsEmpty

other_src/astyle/src/astyle_main.cpp:1228–1231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1226}
1227
1228bool ASConsole::fileNameVectorIsEmpty()
1229{
1230 return fileNameVector.empty();
1231}
1232
1233bool ASConsole::isOption(const string& arg, const char* op)
1234{

Callers 1

mainFunction · 0.80

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected