{
    "Function": "_initialOi",
    "File": "contracts/libraries/Position.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function _initialOi (\n        Info memory _self\n    ) private pure returns (\n        uint initialOi_\n    ) {\n\n        initialOi_ = _self.cost + _self.debt;\n\n    }"
}