{
    "Function": "acceptProxy",
    "File": "contracts/upgrades/GraphUpgradeable.sol",
    "Parent Contracts": [],
    "High-Level Calls": [
        "IGraphProxy"
    ],
    "Internal Calls": [
        "onlyProxyAdmin"
    ],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function acceptProxy(IGraphProxy _proxy) external onlyProxyAdmin(_proxy) {\n        _proxy.acceptUpgrade();\n    }"
}