MCPcopy Create free account
hub / github.com/Tiiny-AI/PowerInfer / write_table_header

Function write_table_header

smallthinker/examples/gen-docs/gen-docs.cpp:9–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7// Export usage message (-h) to markdown format
8
9static void write_table_header(std::ofstream & file) {
10 file << "| Argument | Explanation |\n";
11 file << "| -------- | ----------- |\n";
12}
13
14static void write_table_entry(std::ofstream & file, const common_arg & opt) {
15 file << "| `";

Callers 1

write_tableFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected