MCPcopy Create free account
hub / github.com/BirolLab/abyss / getCommand

Function getCommand

DataBase/Options.h:11–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9 extern std::string db;
10
11 std::string getCommand(
12 int argc, char* const* argv)
13 {
14 std::ostringstream command;
15 char* const* last = argv + argc -1;
16 copy(argv, last, std::ostream_iterator<const char*>(command, " "));
17 command << *last;
18 return command.str();
19 }
20}
21
22#endif

Callers 10

mainFunction · 0.50
mainFunction · 0.50
mainFunction · 0.50
mainFunction · 0.50
mainFunction · 0.50
mainFunction · 0.50
mainFunction · 0.50
mainFunction · 0.50
mainFunction · 0.50
mainFunction · 0.50

Calls 1

strMethod · 0.45

Tested by

no test coverage detected