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

Method MapVector

bolt/vector/ComplexVector.h:777–777  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

775class MapVector : public ArrayVectorBase {
776 public:
777 MapVector(const MapVector&) = delete;
778 MapVector& operator=(const MapVector&) = delete;
779
780 MapVector(

Callers

nothing calls this directly

Calls 6

getOrCreateEmptyFunction · 0.85
childAtMethod · 0.80
kindEqualsMethod · 0.80
kindMethod · 0.45
typeMethod · 0.45
toStringMethod · 0.45

Tested by

no test coverage detected