Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_function
Function · 0.80
validate
Method · 0.80
generate_service_helpers
Method · 0.80
generate_service_client
Method · 0.80
generate_process_function
Method · 0.80
function_signature
Method · 0.80
generate_dart_doc
Method · 0.80
generate_function
Method · 0.80
generate_process_function
Method · 0.80
generate_service_helpers
Method · 0.80
generate_service_rest
Method · 0.80
generate_service_client
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected