MCPcopy Create free account
hub / github.com/bytedance/bolt / toString

Function toString

bolt/common/compression/LzoDecompressor.cpp:56–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56static std::string toString(int64_t val) {
57 return folly::to<std::string>(val);
58}
59
60namespace {
61class MalformedInputException : public dwio::common::ParseError {

Callers 3

makeSpaceMethod · 0.50
shrinkMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected