Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_open
Function · 0.45
socket_bind
Function · 0.45
socket_accept
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected