MCPcopy Create free account
hub / github.com/acl-dev/acl / shared_accept

Function shared_accept

lib_acl_cpp/include/acl_cpp/stream/server_socket.hpp:132–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130 // more safely
131
132 shared_stream shared_accept(int timeout = -1, bool* etimed = NULL) {
133 shared_stream ss(accept(timeout, etimed));
134 return ss;
135 }
136#endif
137
138 /**

Callers

nothing calls this directly

Calls 1

acceptFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…