Skip to content

Commit

Permalink
add 'checked_write_int' to doc (#955)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xb10ckdev authored Jul 13, 2023
1 parent 92b6907 commit da529c2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/reference/forge-std/checked_write.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ function checked_write(StdStorage storage self, bool write) internal;
function checked_write(StdStorage storage self, bytes32 set) internal;
```

```solidity
function checked_write_int(StdStorage storage self, int256 val) internal;
```

### Description

Sets the data to be written to the storage slot(s).
Expand Down

0 comments on commit da529c2

Please sign in to comment.