MCPcopy Create free account
hub / github.com/covscript/covscript / parse_cmd_args

Function parse_cmd_args

sources/covscript.cpp:331–337  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

329 }
330
331 array parse_cmd_args(int argc, char *argv[])
332 {
333 cs::array arg;
334 for (std::size_t i = 0; i < argc; ++i)
335 arg.emplace_back(cs::var::make_constant<cs::string>(argv[i]));
336 return std::move(arg);
337 }
338
339// Internal Functions
340

Callers 1

bootstrapMethod · 0.85

Calls 1

moveFunction · 0.70

Tested by

no test coverage detected