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

Function set_env_required

tests/vevo2/vevo2_warm_bench.cpp:63–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63void set_env_required(const char * key, const std::string & value) {
64 if (setenv(key, value.c_str(), 1) != 0) {
65 throw std::runtime_error("failed to set environment variable: " + std::string(key));
66 }
67}
68
69std::string option_text(const engine::io::json::Value & value) {
70 if (value.is_bool()) {

Callers 1

mainFunction · 0.70

Calls 1

stringFunction · 0.70

Tested by

no test coverage detected