On this pageDictionaryRegistryLib Git Source Functions register 🗳️ Register Dictionary function register(DictionaryRegistry storage registry, Dictionary_1 memory _dictionary) internal returns (Dictionary_1 storage dictionary); find 🔍 Find Dictionary function find(DictionaryRegistry storage registry, string memory name) internal returns (Dictionary_1 storage dictionary); findCurrent function findCurrent(DictionaryRegistry storage registry) internal returns (Dictionary_1 storage dictionary); genUniqueName 🏷 Generate Unique Name function genUniqueName(DictionaryRegistry storage registry, string memory baseName) internal returns (string memory name); genUniqueMockName function genUniqueMockName(DictionaryRegistry storage registry, string memory baseName) internal returns (string memory name);