Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
133
inline bool
134
UnixSocket::is_ok() const
135
{
136
return NO_SOCK != this->fd;
137
}
138
139
inline std::int64_t
140
UnixSocket::read(void *buf, int size) const
Callers
2
encode_error
Method · 0.45
encode
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected