MCPcopy Create free account
hub / github.com/bytedance/Fastbot_Android / Block

Class Block

native/thirdpart/tinyxml2/tinyxml2.h:448–450  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

446 char itemData[ITEM_SIZE];
447 };
448 struct Block {
449 Item items[ITEMS_PER_BLOCK];
450 };
451 DynArray< Block*, 10 > _blockPtrs;
452 Item* _root;
453

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected