MCPcopy Create free account
hub / github.com/antirez/llama.cpp-deepseek-v4-flash / write_table

Function write_table

examples/gen-docs/gen-docs.cpp:64–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64static void write_table(std::ostringstream & ss, std::vector<common_arg *> & opts) {
65 write_table_header(ss);
66 for (const auto & opt : opts) {
67 write_table_entry(ss, *opt);
68 }
69}
70
71static void write_help(std::ostringstream & ss, const md_file & md) {
72 common_params params;

Callers 1

write_helpFunction · 0.85

Calls 2

write_table_headerFunction · 0.85
write_table_entryFunction · 0.85

Tested by

no test coverage detected