Skip to content

Commit e204659

Browse files
committed
feat(10027-cheatcode-mutability-tags): mark getMappingKeyAndParentOf as revised
1 parent 97bb885 commit e204659

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/dev/cheatcode-mutability-review.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Mark `view`:
4343
- [x] `accessList`: `accessList(address,bytes32[])` _resolved: not view, keep as is due to test coverage indicating stateful behavior_
4444
- [x] `accesses`: `accesses(address)` _suggested: `view`_
4545
- [x] `eth_getLogs`: `eth_getLogs(uint256,uint256,address,bytes32[])` _suggested: `view`_
46-
- [ ] `getMappingKeyAndParentOf`: `getMappingKeyAndParentOf(address,bytes32)`
46+
- [x] `getMappingKeyAndParentOf`: `getMappingKeyAndParentOf(address,bytes32)` _suggested: `view`_
4747
- [x] `getMappingLength`: `getMappingLength(address,bytes32)` _suggested: `view`_
4848
- [x] `getMappingSlotAt`: `getMappingSlotAt(address,bytes32,uint256)` _suggested: `view`_
4949
- [ ] `getNonce_1`: `getNonce(address,uint256,uint256,uint256)`

0 commit comments

Comments
 (0)