{
    "Function": "_hashPair",
    "File": "contracts/lib/openzeppelin-contracts/contracts/utils/cryptography/MerkleProof.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [
        "_efficientHash",
        "_efficientHash"
    ],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function _hashPair(bytes32 a, bytes32 b) private pure returns (bytes32) {\n        return a < b ? _efficientHash(a, b) : _efficientHash(b, a);\n    }"
}