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

Function read_plain_text_batch_file

app/cli/batch.cpp:62–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62std::string read_plain_text_batch_file(const std::filesystem::path & path) {
63 return normalize_text_as_paragraph(read_text_file(path));
64}
65
66std::string read_json_text_batch_file(const std::filesystem::path & path) {
67 const auto root = engine::io::json::parse_file(path);

Callers

nothing calls this directly

Calls 2

read_text_fileFunction · 0.70

Tested by

no test coverage detected