mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 21:37:36 +00:00
LibIMAP: Rename IMAP::Parser::{parse => consume}_while()
This isn't parsing anything.
This commit is contained in:
parent
6502d79240
commit
8c05b4e137
2 changed files with 14 additions and 14 deletions
|
@ -36,6 +36,7 @@ private:
|
|||
void parse_response_done();
|
||||
|
||||
void consume(StringView x);
|
||||
StringView consume_while(Function<bool(u8)> should_consume);
|
||||
|
||||
unsigned parse_number();
|
||||
Optional<unsigned> try_parse_number();
|
||||
|
@ -54,7 +55,6 @@ private:
|
|||
|
||||
static MailboxFlag parse_mailbox_flag(StringView s);
|
||||
|
||||
StringView parse_while(Function<bool(u8)> should_consume);
|
||||
|
||||
void parse_capability_response();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue