Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danoon2/Boxedwine
/ toInt
Method
toInt
source/util/bstring.cpp:586–588 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
584
}
585
586
int32_t BString::toInt() const {
587
return std::atoi(data->str);
588
}
589
590
int64_t BString::toInt64() const {
591
return std::atoll(data->str);
Callers
4
apply
Method · 0.80
boxedmain
Function · 0.80
FileSystemZip
Method · 0.80
getWindowsVersion
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected