Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bailey27/cppcryptfs
/ IoBuffer
Method
IoBuffer
libcppcryptfs/file/iobufferpool.cpp:62–65 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
60
}
61
62
IoBuffer::IoBuffer(bool fromPool, size_t bufferSize, size_t ivbufferSize) : m_bIsFromPool(fromPool)
63
{
64
reallocate(bufferSize, ivbufferSize);
65
}
66
67
68
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected