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

Method normalize_key

libcppcryptfs/filename/dirivcache.cpp:85–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83}
84
85void DirIvCache::normalize_key(wstring& key)
86{
87 if (key.size() > 0 && key[key.size() - 1] != '\\') {
88 key.push_back('\\');
89 }
90}
91
92void DirIvCache::lock()
93{

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.80

Tested by

no test coverage detected