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

Function write_table_header

examples/gen-docs/gen-docs.cpp:28–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26};
27
28static void write_table_header(std::ostringstream & ss) {
29 ss << "| Argument | Explanation |\n";
30 ss << "| -------- | ----------- |\n";
31}
32
33static void write_table_entry(std::ostringstream & ss, const common_arg & opt) {
34 ss << "| `";

Callers 1

write_tableFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected