MCPcopy Create free account
hub / github.com/FreesmTeam/FreesmLauncher / getOctal

Function getOctal

launcher/Untar.cpp:110–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108}
109
110int getOctal(char* buffer, int maxlenght, bool* ok)
111{
112 return QByteArray(buffer, qstrnlen(buffer, maxlenght)).toInt(ok, 8);
113}
114
115QString decodeName(char* name)
116{

Callers 1

extractMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected