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

Function number

tests/stable_audio/stable_audio_warm_bench.cpp:199–201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

197}
198
199engine::io::json::Value number(double value) {
200 return engine::io::json::Value::make_number(value);
201}
202
203engine::io::json::Value string(std::string value) {
204 return engine::io::json::Value::make_string(std::move(value));

Callers 2

audio_summary_jsonFunction · 0.70
step_jsonFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected