{
    "Function": "calculateSubComponents",
    "File": "registries/contracts/AgentRegistry.sol",
    "Parent Contracts": [
        "registries/contracts/UnitRegistry.sol",
        "registries/contracts/GenericRegistry.sol",
        "registries/lib/solmate/src/tokens/ERC721.sol",
        "registries/contracts/interfaces/IErrorsRegistries.sol"
    ],
    "High-Level Calls": [],
    "Internal Calls": [
        "_calculateSubComponents"
    ],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function calculateSubComponents(uint32[] memory unitIds) external view returns (uint32[] memory subComponentIds)\n    {\n        subComponentIds = _calculateSubComponents(UnitType.Agent, unitIds);\n    }"
}