{
    "Function": "getLocalSubComponents",
    "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 getLocalSubComponents(uint256 unitId) external view\n        returns (uint32[] memory subComponentIds, uint256 numSubComponents)\n    {\n        subComponentIds = mapSubComponents[uint256(unitId)];\n        numSubComponents = subComponentIds.length;\n    }"
}