MCPcopy Create free account
hub / github.com/alibaba/GraphScope / GetNextVarName

Method GetNextVarName

flex/codegen/src/building_context.h:250–250  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

248 }
249
250 std::string GetNextVarName() { return "var" + std::to_string(var_id_++); }
251
252 std::string GetGraphInterface() const { return graph_interface_; }
253

Callers 1

variable_to_param_constFunction · 0.80

Calls 1

to_stringFunction · 0.50

Tested by

no test coverage detected