mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-09 04:37:52 +03:00
LibWeb: Mark Fetch::collect_an_http_quoted_string() [[nodiscard]]
This commit is contained in:
parent
f42f0cceaa
commit
9d60010b44
Notes:
sideshowbarker
2024-07-17 08:58:41 +09:00
Author: https://github.com/linusg Commit: https://github.com/SerenityOS/serenity/commit/9d60010b44 Pull-request: https://github.com/SerenityOS/serenity/pull/14568 Reviewed-by: https://github.com/trflynn89 ✅
@ -25,6 +25,6 @@ enum class HttpQuotedStringExtractValue {
|
||||
Yes,
|
||||
};
|
||||
|
||||
String collect_an_http_quoted_string(GenericLexer& lexer, HttpQuotedStringExtractValue extract_value = HttpQuotedStringExtractValue::No);
|
||||
[[nodiscard]] String collect_an_http_quoted_string(GenericLexer& lexer, HttpQuotedStringExtractValue extract_value = HttpQuotedStringExtractValue::No);
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user