{
    "Function": "findUpperBound",
    "File": "contracts/openzeppelin-solidity/contracts/mocks/ArraysImpl.sol",
    "Parent Contracts": [],
    "High-Level Calls": [
        "Arrays"
    ],
    "Internal Calls": [],
    "Library Calls": [
        "findUpperBound"
    ],
    "Low-Level Calls": [],
    "Code": "function findUpperBound(uint256 element) external view returns (uint256) {\n        return _array.findUpperBound(element);\n    }"
}