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

Function path_arg

app/workflow/workflow.cpp:340–342  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

338 validate_unique_batch_ids(items, id);
339 context.values[id + ".count"] = std::to_string(items.size());
340 context.batches[id] = std::move(items);
341 std::cout << "workflow_step=" << id << "\n";
342 std::cout << "batch_items=" << context.values[id + ".count"] << "\n";
343}
344
345std::string path_arg(const std::filesystem::path & path) {

Callers 1

run_convert_audio_stepFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected