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

Method is_ok

include/iocore/eventsystem/UnixSocket.h:133–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131}
132
133inline bool
134UnixSocket::is_ok() const
135{
136 return NO_SOCK != this->fd;
137}
138
139inline std::int64_t
140UnixSocket::read(void *buf, int size) const

Callers 2

encode_errorMethod · 0.45
encodeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected