1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-16 07:07:38 +00:00
serenity/Userland/Libraries/LibSQL
Jelle Raaijmakers 8992ff5aeb LibSQL: Remove and update VERIFYs
We are performing a lot of checks on pointers that are performed again
immediately afterwards because of a dereference. This removes the
redundant `VERIFY`s and simplifies a couple others.
2023-04-23 18:08:17 -04:00
..
AST
BTree.cpp LibSQL: Remove and update VERIFYs 2023-04-23 18:08:17 -04:00
BTree.h
BTreeIterator.cpp
CMakeLists.txt
Database.cpp
Database.h
Forward.h
HashIndex.cpp LibSQL: Remove and update VERIFYs 2023-04-23 18:08:17 -04:00
HashIndex.h
Heap.cpp
Heap.h LibSQL: Remove and update VERIFYs 2023-04-23 18:08:17 -04:00
Index.cpp
Index.h
Key.cpp
Key.h
Meta.cpp
Meta.h
Result.cpp
Result.h
ResultSet.cpp
ResultSet.h
Row.cpp
Row.h
Serializer.cpp
Serializer.h LibSQL: Remove and update VERIFYs 2023-04-23 18:08:17 -04:00
SQLClient.cpp
SQLClient.h
TreeNode.cpp
Tuple.cpp
Tuple.h
TupleDescriptor.h
Type.h
Value.cpp
Value.h LibSQL: Remove and update VERIFYs 2023-04-23 18:08:17 -04:00