{
    "Function": "unAllocateFunds",
    "File": "contracts/libraries/Tasks.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function unAllocateFunds(Task storage _self) internal {\n        // State/ lifecycle //\n        _self.alerts[uint256(Lifecycle.TaskAllocated)] = false;\n    }"
}