Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
110
int getOctal(char* buffer, int maxlenght, bool* ok)
111
{
112
return QByteArray(buffer, qstrnlen(buffer, maxlenght)).toInt(ok, 8);
113
}
114
115
QString decodeName(char* name)
116
{
Callers
1
extract
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected