Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ddnet/ddnet
/ GetInteger64
Method
GetInteger64
src/game/client/lineinput.cpp:716–719 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
714
}
715
716
int64_t CLineInputNumber::GetInteger64(int Base) const
717
{
718
return str_toint64_base(GetString(), Base);
719
}
720
721
void CLineInputNumber::SetFloat(float Number)
722
{
Callers
1
DoValueSelectorWithState
Method · 0.80
Calls
1
str_toint64_base
Function · 0.85
Tested by
no test coverage detected