mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 14:48:14 +00:00
![]() This enables us to use keys of type NonnullRefPtr in HashMaps and HashTables. This commit also includes fixes in various places that used HashMap<T, NonnullRefPtr<U>>::get() and expected to get an Optional<NonnullRefPtr<U>> and now get an Optional<U*>. |
||
---|---|---|
.. | ||
Cpp | ||
Shell | ||
AutoCompleteEngine.cpp | ||
AutoCompleteEngine.h | ||
ClientConnection.cpp | ||
ClientConnection.h | ||
CMakeLists.txt | ||
FileDB.cpp | ||
FileDB.h | ||
LanguageClient.ipc | ||
LanguageServer.ipc |