Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
85
void DirIvCache::normalize_key(wstring& key)
86
{
87
if (key.size() > 0 && key[key.size() - 1] !=
'\\'
) {
88
key.push_back(
'\\'
);
89
}
90
}
91
92
void DirIvCache::lock()
93
{
Callers
nothing calls this directly
Calls
1
size
Method · 0.80
Tested by
no test coverage detected