MCPcopy Create free account
hub / github.com/abbeycode/UnrarKit / Size

Method Size

Libraries/unrar/array.hpp:94–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92
93
94template <class T> inline size_t Array<T>::Size()
95{
96 return BufSize;
97}
98
99
100template <class T> void Array<T>::Add(size_t Items)

Callers 15

~RecVolumes5Method · 0.45
RestoreMethod · 0.45
ReadHeaderMethod · 0.45
ArcCharToWideFunction · 0.45
GetCharCountMethod · 0.45
CopyMethod · 0.45
ParseCommandLineMethod · 0.45
ParseEnvVarMethod · 0.45
AddStringAMethod · 0.45
AddStringMethod · 0.45
GetStringAMethod · 0.45
GetStringMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected