Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HO-COOH/FastCopy
/ Registry
Method
Registry
FastCopyShellExtension/Registry.cpp:4–11 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2
#include <format>
3
4
Registry::Registry(std::wstring const& subkey)
5
{
6
RegCreateKeyW(
7
HKEY_CURRENT_USER,
8
std::format(LR
"(Software\{})"
, subkey).data(),
9
&m_key
10
);
11
}
Callers
nothing calls this directly
Calls
1
data
Method · 0.80
Tested by
no test coverage detected