{
    "Function": "processProof",
    "File": "contracts/openzeppelin-solidity/contracts/mocks/MerkleProofWrapper.sol",
    "Parent Contracts": [],
    "High-Level Calls": [
        "MerkleProof"
    ],
    "Internal Calls": [],
    "Library Calls": [
        "processProof"
    ],
    "Low-Level Calls": [],
    "Code": "function processProof(bytes32[] memory proof, bytes32 leaf) public pure returns (bytes32) {\n        return MerkleProof.processProof(proof, leaf);\n    }"
}