MCPcopy Create free account
hub / github.com/0xShug0/audio.cpp / int_arg

Function int_arg

tests/vevo2/vevo2_warm_bench.cpp:27–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27int int_arg(int argc, char ** argv, const std::string & name, int fallback) {
28 return std::stoi(arg_value(argc, argv, name, std::to_string(fallback)));
29}
30
31std::vector<std::pair<std::string, std::string>> parse_session_options(int argc, char ** argv) {
32 std::vector<std::pair<std::string, std::string>> out;

Callers 1

mainFunction · 0.70

Calls 2

arg_valueFunction · 0.70
to_stringFunction · 0.50

Tested by

no test coverage detected