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

Function yes_no

include/util/io.h:64–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62std::string type2name<unsigned long long>() { return "uint64"; }
63
64std::string yes_no(bool x) {
65 return x ? "yes" : "no";
66}
67
68std::string size_string(size_t size) {
69 std::stringstream ss;

Callers 2

resource_infoMethod · 0.85
training_infoMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected