⚠️ Deprecation Notice
ModuleKit was developed by Rhinestone and is no longer actively supported. If you're building modules and need assistance, reach out to Rhinestone at gm@rhinestone.dev
title: "alreadyInitialized"
Check if the linked list has already been initialized.
Usage
bool isInitialized = list.alreadyInitialized();Parameters
self
- Type:
LinkedBytes32
The storage pointer of the list.
Returns
isInitialized
- Type:
bool
Returns true if the list has already been initialized and false otherwise.