MCPcopy Create free account
hub / github.com/MariaDB/server / reset

Method reset

plugin/handler_socket/libhsclient/auto_file.hpp:56–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54 }
55 DIR *get() const { return dp; }
56 void reset(DIR *d = 0) {
57 if (dp != 0) {
58 closedir(dp);
59 }
60 dp = d;
61 }
62 private:
63 DIR *dp;
64};

Callers 3

socket_openFunction · 0.45
socket_bindFunction · 0.45
socket_acceptFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected