MCPcopy Create free account
hub / github.com/crossuo/crossuo / SetData

Method SetData

xuocore/mappedfile.cpp:206–213  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

204}
205
206void CDataReader::SetData(uint8_t *start, size_t size, const intptr_t &offset)
207{
208 DATASTREAM_DEBUG;
209 Start = start;
210 Size = size;
211 End = Start + size;
212 Ptr = Start + offset;
213}
214
215void CDataReader::ReadDataBE(uint8_t *data, size_t size, const intptr_t &offset)
216{

Callers 1

LoadStringDictionaryMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected