MCPcopy Create free account
hub / github.com/apache/thrift / set_enum

Method set_enum

compiler/cpp/src/thrift/parse/t_const_value.h:153–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151 }
152
153 void set_enum(t_enum* tenum) { enum_ = tenum; }
154
155 t_const_value_type get_type() const { if (valType_ == CV_UNKNOWN) { throw std::string("unknown t_const_value"); } return valType_; }
156

Callers 1

resolve_const_valueMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected