Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danoon2/Boxedwine
/ toInt64
Method
toInt64
source/util/bstring.cpp:590–592 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
588
}
589
590
int64_t BString::toInt64() const {
591
return std::atoll(data->str);
592
}
593
594
int BString::getLevel() const {
595
if (data->level) {
Callers
1
runSlice
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected