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

Function int_arg

tests/ace_step/ace_step_warm_bench.cpp:28–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28int int_arg(int argc, char ** argv, const std::string & name, int fallback) {
29 return std::stoi(arg_value(argc, argv, name, std::to_string(fallback)));
30}
31
32std::vector<std::pair<std::string, std::string>> parse_session_options(int argc, char ** argv) {
33 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