mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 21:59:07 +00:00
LibIMAP: Rename Parser::try_consume()
to consume_if()
This commit is contained in:
parent
f97c4d20fa
commit
29c477598c
Notes:
sideshowbarker
2024-07-17 09:37:30 +09:00
Author: https://github.com/tcl3
Commit: 29c477598c
Pull-request: https://github.com/SerenityOS/serenity/pull/21369
Reviewed-by: https://github.com/ADKaster ✅
2 changed files with 58 additions and 58 deletions
|
@ -26,7 +26,7 @@ private:
|
|||
static MailboxFlag parse_mailbox_flag(StringView);
|
||||
|
||||
void consume(StringView);
|
||||
bool try_consume(StringView);
|
||||
bool consume_if(StringView);
|
||||
StringView consume_while(Function<bool(u8)> should_consume);
|
||||
StringView consume_until_end_of_line();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue