MCPcopy Create free account
hub / github.com/alibaba/PhotonLibOS / close

Method close

net/rsocket/rsocket.cpp:294–294  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

292 return -1;
293 }
294 int close() override { return rfd.close(); }
295
296 int shutdown(ShutdownHow how) override { return rfd.shutdown(how); }
297

Callers

nothing calls this directly

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected