MCPcopy Create free account
hub / github.com/clechasseur/pathcopycopy / AtlRegKey

Method AtlRegKey

PathCopyCopy/src/AtlRegKey.cpp:31–35  ·  view source on GitHub ↗

Default constructor. Does not open the key.

Source from the content-addressed store, hash-verified

29// Default constructor. Does not open the key.
30//
31AtlRegKey::AtlRegKey() noexcept(false)
32 : RegKey(),
33 m_Key()
34{
35}
36
37//
38// Constructor that opens or creates a key.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected