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

Function append_key_values

tools/audiocpp_cli/run_audiocpp_cli_path_tests.py:33–35  ·  view source on GitHub ↗
(command: list[str], flag: str, values: dict[str, Any])

Source from the content-addressed store, hash-verified

31
32
33def append_key_values(command: list[str], flag: str, values: dict[str, Any]) -> None:
34 for key, value in values.items():
35 command.extend([flag, f"{key}={option_value(value)}"])
36
37
38@dataclass

Callers 2

request_to_argsFunction · 0.85
build_commandFunction · 0.85

Calls 1

option_valueFunction · 0.85

Tested by

no test coverage detected