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

Method ReadWStringLE

xuocore/mappedfile.cpp:317–320  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

315}
316
317wstr_t CDataReader::ReadWStringLE(size_t size, const intptr_t &offset)
318{
319 return ReadWString(size, false, offset);
320}
321
322wstr_t CDataReader::ReadWStringBE(size_t size, const intptr_t &offset)
323{

Callers 1

LoadSpeechMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected