{
    "Function": "sync",
    "File": "contracts/libraries/NAV.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function sync(Data storage self, uint _newBalance) internal {\n        if (self.lastBalance != _newBalance) {\n            self.lastBalance = _newBalance;\n        }\n    }"
}