Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bailey27/cppcryptfs
/ TempBuffer
Method
TempBuffer
libcppcryptfs/util/util.h:137–137 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
135
T m_buf[L];
136
public:
137
TempBuffer(size_t len = 0) : m_len(len) {}
138
T* get(size_t len = 0)
139
{
140
if (len)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected