Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenDungeons/OpenDungeons
/ toInt
Function
toInt
source/utils/Helper.cpp:55–61 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
53
}
54
55
int toInt(const std::string& text)
56
{
57
std::stringstream ss(text);
58
int number = 0;
59
ss >> number;
60
return number;
61
}
62
63
uint32_t toUInt32(const std::string& text)
64
{
Callers
15
importSeatFromStream
Method · 0.85
readTilesVisualInitialStates
Method · 0.85
fillMasterServerGames
Function · 0.85
loadGlobalGameConfig
Method · 0.85
getRoomConfigInt32
Method · 0.85
getTrapConfigInt32
Method · 0.85
getSpellConfigInt32
Method · 0.85
importFromStream
Method · 0.85
update
Method · 0.85
loadRoomAffinity
Method · 0.85
loadFromLine
Method · 0.85
load
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected