{
    "Function": "_getSubComponents",
    "File": "registries/contracts/UnitRegistry.sol",
    "Parent Contracts": [
        "registries/contracts/GenericRegistry.sol",
        "registries/lib/solmate/src/tokens/ERC721.sol",
        "registries/contracts/interfaces/IErrorsRegistries.sol"
    ],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function _getSubComponents(UnitType subcomponentsFromType, uint32 unitId) internal view virtual\n        returns (uint32[] memory subComponentIds);"
}