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

Method is_oneway

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

Source from the content-addressed store, hash-verified

80 t_struct* get_xceptions() const { return xceptions_; }
81
82 bool is_oneway() const { return oneway_; }
83
84 std::map<std::string, std::vector<std::string>> annotations_;
85

Calls

no outgoing calls

Tested by

no test coverage detected