MCPcopy Create free account
hub / github.com/apache/trafficserver / get_code

Method get_code

include/proxy/http3/Http3Types.h:107–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105 const char *msg = nullptr;
106
107 uint16_t
108 get_code()
109 {
110 return static_cast<uint16_t>(code);
111 }
112
113 Http3Error() : code(Http3ErrorCode::H3_NO_ERROR){};
114 Http3Error(const Http3ErrorClass error_cls, const Http3ErrorCode error_code, const char *error_msg = nullptr)

Callers 3

_process_read_vioMethod · 0.80
_process_write_vioMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected