MCPcopy Create free account
hub / github.com/MemNixFS/MemNixFS / format_timeline_domain_csv

Function format_timeline_domain_csv

src/os/linux/timeline.cpp:666–669  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

664}
665
666ByteBuf format_timeline_domain_csv(const Engine& eng, const std::string& domain) {
667 auto out = render_timeline_csv(filter_domain(eng.timeline(), domain));
668 return ByteBuf(out.begin(), out.end());
669}
670
671} // namespace lmpfs::linux

Callers 1

createMethod · 0.85

Calls 2

render_timeline_csvFunction · 0.85
filter_domainFunction · 0.85

Tested by

no test coverage detected