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

Method printNonNull

bolt/vector/VectorPrinter.cpp:103–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101
102 protected:
103 std::string printNonNull(vector_size_t index, const std::string& indent)
104 const override {
105 std::stringstream out;
106
107 out << indent << decoded_.base()->toString(decoded_.index(index))
108 << std::endl;
109 return out.str();
110 }
111
112 std::string summarizeNonNull(vector_size_t index) const override {
113 auto* base = decoded_.base();

Callers

nothing calls this directly

Calls 4

strMethod · 0.80
toStringMethod · 0.45
baseMethod · 0.45
indexMethod · 0.45

Tested by

no test coverage detected