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

Function workflow_string_or

app/workflow/workflow.cpp:58–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58std::istringstream workflow_buffer(const engine::io::json::Value & object, const std::string & key) {
59 const auto str = workflow_string(object, key);
60 return std::istringstream(str);
61}
62
63std::string workflow_string_or(
64 const engine::io::json::Value & object,
65 const std::string & key,
66 std::string fallback) {
67 const auto * value = object.find(key);

Callers 3

run_model_step_implFunction · 0.85
run_chunked_model_stepFunction · 0.85
run_model_step_foreachFunction · 0.85

Calls 2

is_nullMethod · 0.80
findMethod · 0.45

Tested by

no test coverage detected