MCPcopy Create free account
hub / github.com/DeepGraphLearning/graphvite / block

Function block

include/util/io.h:86–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84std::string end(kLineWidth, '>');
85
86inline std::string block(const std::string &content) {
87 std::stringstream ss;
88 ss << begin << std::endl;
89 ss << content << std::endl;
90 ss << end << std::endl;
91 return ss.str();
92}
93
94inline std::string header(const std::string &content) {
95 std::stringstream ss;

Callers 1

trainMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected