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

Method set_method_xcepts

compiler/cpp/src/thrift/parse/t_struct.h:71–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69 void set_xception(bool is_xception) { is_xception_ = is_xception; }
70
71 void set_method_xcepts(bool is_method_xcepts) {
72 is_method_xcepts_ = is_method_xcepts;
73 xcepts_validated_ = false;
74 validate_members();
75 }
76
77 void set_union(bool is_union) {
78 is_union_ = is_union;

Callers 2

t_functionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected