MCPcopy Create free account
hub / github.com/PolyMC/PolyMC / fitsInLocal8bit

Function fitsInLocal8bit

launcher/minecraft/launch/LauncherPartLaunch.cpp:91–94  ·  view source on GitHub ↗

if the string survives roundtrip through local 8bit encoding...

Source from the content-addressed store, hash-verified

89
90// if the string survives roundtrip through local 8bit encoding...
91bool fitsInLocal8bit(const QString & string)
92{
93 return string == QString::fromLocal8Bit(string.toLocal8Bit());
94}
95
96void LauncherPartLaunch::executeTask()
97{

Callers 1

executeTaskMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected