Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
775
class 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
getOrCreateEmpty
Function · 0.85
childAt
Method · 0.80
kindEquals
Method · 0.80
kind
Method · 0.45
type
Method · 0.45
toString
Method · 0.45
Tested by
no test coverage detected