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

Method Get1

Libraries/unrar/rawread.cpp:77–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75
76
77byte RawRead::Get1()
78{
79 return ReadPos<DataSize ? Data[ReadPos++]:0;
80}
81
82
83ushort RawRead::Get2()

Callers 5

ReadHeaderMethod · 0.80
ReadHeader15Method · 0.80
ReadHeader50Method · 0.80
ProcessExtra50Method · 0.80
ReadHeader14Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected