{
    "Function": "revertInvalidERC1155PullCheck",
    "File": "src/libraries/DelegateTokenTransferHelpers.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [
        "revert ERC1155PullNotRequested(address)",
        "checkERC1155Pulled"
    ],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function revertInvalidERC1155PullCheck(Structs.Uint256 storage erc1155PullAuthorization, address operator) internal {\n        if (!checkERC1155Pulled(erc1155PullAuthorization, operator)) revert Errors.ERC1155PullNotRequested(operator);\n    }"
}