{
    "Function": "_revertIfNotAdmin",
    "File": "src/V3FactoryOwner.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [
        "revert V3FactoryOwner__Unauthorized()"
    ],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function _revertIfNotAdmin() internal view {\n    if (msg.sender != admin) revert V3FactoryOwner__Unauthorized();\n  }"
}