MCPcopy 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
586int32_t BString::toInt() const {
587 return std::atoi(data->str);
588}
589
590int64_t BString::toInt64() const {
591 return std::atoll(data->str);

Callers 4

applyMethod · 0.80
boxedmainFunction · 0.80
FileSystemZipMethod · 0.80
getWindowsVersionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected