Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/InoriRus/Kyty
/ ToInt64
Method
ToInt64
source/lib/Core/src/String.cpp:1845–1848 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1843
}
1844
1845
int64_t String::ToInt64(int base) const
1846
{
1847
return sys_strtoi64(utf8_str().GetData(), nullptr, base);
1848
}
1849
1850
double String::ToDouble() const
1851
{
Callers
4
test_2
Function · 0.45
test_U_2
Function · 0.45
test_2
Function · 0.45
test_U_2
Function · 0.45
Calls
2
sys_strtoi64
Function · 0.50
GetData
Method · 0.45
Tested by
4
test_2
Function · 0.36
test_U_2
Function · 0.36
test_2
Function · 0.36
test_U_2
Function · 0.36