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

Method getStats

bolt/vector/SimpleVector.h:147–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145 virtual ~SimpleVector() override {}
146
147 SimpleVectorStats<T> getStats() const {
148 return stats_;
149 }
150
151 // Concrete Vector types need to implement this themselves.
152 // This method does not do bounds checking. When the value is null the return

Callers 2

checkVectorFlagsSetTypedFunction · 0.45

Calls

no outgoing calls

Tested by 2

checkVectorFlagsSetTypedFunction · 0.36