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

Function string

tests/core/audio_task_warm_bench.h:106–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104}
105
106inline io::json::Value string(std::string value) {
107 return io::json::Value::make_string(std::move(value));
108}
109
110inline io::json::Value word_timestamps_json(const std::vector<runtime::WordTimestamp> & words) {
111 io::json::Value::Array out;

Callers 7

session_option_argsFunction · 0.70
word_timestamps_jsonFunction · 0.70
result_step_jsonFunction · 0.70
set_process_envFunction · 0.70
arg_valueFunction · 0.70
set_process_envFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected