getMappingLength
Signature
Section titled “Signature”function getMappingLength( address target, bytes32 mappingSlot) external returns (uint256 length);Description
Section titled “Description”Gets the number of elements in the mapping at the given slot, for a given address.