Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
317
wstr_t CDataReader::ReadWStringLE(size_t size, const intptr_t &offset)
318
{
319
return ReadWString(size, false, offset);
320
}
321
322
wstr_t CDataReader::ReadWStringBE(size_t size, const intptr_t &offset)
323
{
Callers
1
LoadSpeech
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected