{
    "Function": "addLiquidity",
    "File": "contracts/types/LiquidityChunk.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function addLiquidity(uint256 self, uint128 amount) internal pure returns (uint256) {\n        unchecked {\n            return self + uint256(amount);\n        }\n    }"
}