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

Method name

include/core/graph.h:103–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101 }
102
103 virtual inline std::string name() const {
104 std::stringstream ss;
105 ss << "GraphMixin<" << pretty::type2name<Index>();
106 auto _ = {0, (ss << ", " << pretty::type2name<_Attributes>(), 0)...};
107 ss << ">";
108 return ss.str();
109 }
110
111 virtual inline std::string graph_info() const {
112 std::stringstream ss;

Callers 9

get_nameMethod · 0.45
bind.hFile · 0.45
pyGraphMethod · 0.45
pyWordGraphMethod · 0.45
pyKnowledgeGraphMethod · 0.45
pyKNNGraphMethod · 0.45
pyGraphSolverMethod · 0.45
pyVisualizationSolverMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected