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

Function number

tests/ace_step/ace_step_warm_bench.cpp:201–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199}
200
201engine::io::json::Value number(double value) {
202 return engine::io::json::Value::make_number(value);
203}
204
205engine::io::json::Value string(std::string value) {
206 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