MCPcopy Create free account
hub / github.com/alibaba/euler / GetValues

Method GetValues

euler/parser/tree.h:29–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27class Prop {
28 public:
29 std::vector<std::string> GetValues() const {
30 return values_;
31 }
32
33 void AddValue(std::string value) {
34 values_.push_back(value);

Callers 15

HasFunction · 0.80
TermFunction · 0.80
ParamsFunction · 0.80
VaFunction · 0.80
SampleNBFunction · 0.80
SampleLNBFunction · 0.80
SampleEdgeFunction · 0.80
SampleNodeFunction · 0.80
SampleNWithTypesFunction · 0.80
APISampleNBFunction · 0.80
APISampleLNBFunction · 0.80
APIGetNBEdgeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected