Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChiyukiGana/Quickinput
/ UserData
Method
UserData
source/src/httplib/httplib.h:931–931 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
929
class UserData {
930
public:
931
UserData() = default;
932
UserData(UserData &&) noexcept = default;
933
UserData &operator=(UserData &&) noexcept = default;
934
Callers
nothing calls this directly
Calls
1
clone
Method · 0.80
Tested by
no test coverage detected