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

Function write_table

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

Source from the content-addressed store, hash-verified

41}
42
43static void write_table(std::ofstream & file, std::vector<common_arg *> & opts) {
44 write_table_header(file);
45 for (const auto & opt : opts) {
46 write_table_entry(file, *opt);
47 }
48}
49
50static void export_md(std::string fname, llama_example ex) {
51 std::ofstream file(fname, std::ofstream::out | std::ofstream::trunc);

Callers 1

export_mdFunction · 0.85

Calls 2

write_table_headerFunction · 0.85
write_table_entryFunction · 0.85

Tested by

no test coverage detected