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

Function is_text_batch_path

app/workflow/workflow.cpp:225–228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

223 }
224 }
225 throw std::runtime_error("workflow batch JSON text file requires a string root, input, or text: " + path.string());
226 }
227 throw std::runtime_error("unsupported workflow batch text extension: " + ext);
228}
229
230bool is_text_batch_path(const std::filesystem::path & path) {
231 const auto ext = lowercase_extension(path);

Callers 1

run_batch_inputs_stepFunction · 0.85

Calls 1

lowercase_extensionFunction · 0.70

Tested by

no test coverage detected