{
    "Function": "initializeNonPayableWithValue",
    "File": "contracts/openzeppelin-solidity/contracts/mocks/DummyImplementation.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function initializeNonPayableWithValue(uint256 _value) public {\n        value = _value;\n    }"
}