{
    "Function": "_give",
    "File": "src/Splits.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [
        "_addSplittable"
    ],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function _give(uint256 userId, uint256 receiver, uint256 assetId, uint128 amt) internal {\n        _addSplittable(receiver, assetId, amt);\n        emit Given(userId, receiver, assetId, amt);\n    }"
}