From 5805427c5e6ce27e9eb40ff231811002e10db523 Mon Sep 17 00:00:00 2001 From: Ahmed Alaa <92916738+AhmedAlaa4611@users.noreply.github.com> Date: Sat, 17 May 2025 10:54:18 +0300 Subject: [PATCH] Add missingHidden method in Context --- context.md | 1 + 1 file changed, 1 insertion(+) diff --git a/context.md b/context.md index 43bd805a8e..7d90914d33 100644 --- a/context.md +++ b/context.md @@ -377,6 +377,7 @@ Context::onlyHidden(/* ... */); Context::exceptHidden(/* ... */); Context::allHidden(/* ... */); Context::hasHidden(/* ... */); +Context::missingHidden(/* ... */); Context::forgetHidden(/* ... */); ```