1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 04:17:35 +00:00
serenity/Userland/Applications/Assistant
MacDue 5db1eb9961 AK+Everywhere: Replace URL::paths() with path_segment_at_index()
This allows accessing and looping over the path segments in a URL
without necessarily allocating a new vector if you want them percent
decoded too (which path_segment_at_index() has an option for).
2023-04-15 06:37:04 +02:00
..
CMakeLists.txt Base: Add icons for Assistant 2023-04-07 11:44:23 +01:00
main.cpp Assistant: Remove outdated comment about NonnullPtrVector 2023-03-06 23:46:36 +01:00
Providers.cpp AK+Everywhere: Replace URL::paths() with path_segment_at_index() 2023-04-15 06:37:04 +02:00
Providers.h Everywhere: Stop using NonnullRefPtrVector 2023-03-06 23:46:35 +01:00