{
    "Function": "setPrice",
    "File": "contracts/mock/MockChainlinkFeed.sol",
    "Parent Contracts": [
        "contracts/mock/MockChainlinkFeed.sol"
    ],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function setPrice(int256 _price) external {\n        price = _price;\n    }"
}