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

Method get_arglist

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

Source from the content-addressed store, hash-verified

76 const std::string& get_name() const { return name_; }
77
78 t_struct* get_arglist() const { return arglist_; }
79
80 t_struct* get_xceptions() const { return xceptions_; }
81

Callers 15

compare_single_functionFunction · 0.80
validateMethod · 0.80
function_signatureMethod · 0.80
generate_dart_docMethod · 0.80
generate_functionMethod · 0.80
generate_service_restMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected