Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bailey27/cppcryptfs
/ SetTTL
Method
SetTTL
libcppcryptfs/filename/dirivcache.h:92–92 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
90
virtual ~DirIvCache();
91
92
void SetTTL(int nSecs) { m_ttl = (ULONGLONG)nSecs * 1000; };
93
94
bool lookup(LPCWSTR path, unsigned char *dir_iv);
95
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected