Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tripwire/tripwire-open-source
/ MaxRetrieveable
Method
MaxRetrieveable
src/twcrypto/bytequeue.h:54–57 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
52
// how many bytes currently stored
53
unsigned long CurrentSize() const;
54
unsigned long MaxRetrieveable()
55
{
56
return CurrentSize();
57
}
58
59
void Put(byte inByte);
60
void Put(const byte* inString, unsigned int length);
Callers
1
EndOfFile
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected