{
    "Function": "setValue",
    "File": "contracts/mocks/FluxAggregator.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function setValue(int256 newVal) public {\n        value = newVal;\n    }"
}