MCPcopy 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
590int64_t BString::toInt64() const {
591 return std::atoll(data->str);
592}
593
594int BString::getLevel() const {
595 if (data->level) {

Callers 1

runSliceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected