MCPcopy Create free account
hub / github.com/bailey27/cppcryptfs / SavedPasswords

Method SavedPasswords

cppcryptfs/ui/savedpasswords.h:53–53  ·  view source on GitHub ↗

disallow copying

Source from the content-addressed store, hash-verified

51
52 // disallow copying
53 SavedPasswords(SavedPasswords const&) = delete;
54 void operator=(SavedPasswords const&) = delete;
55
56 SavedPasswords();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected