Page MenuHomeDevCentral

Allow to check if a vector or map is empty
ClosedPublic

Authored by dereckson on Feb 10 2022, 01:36.
Tags
None
Referenced Files
F3742954: D2508.id.diff
Thu, Nov 14, 14:14
F3742949: D2508.id6327.diff
Thu, Nov 14, 14:11
F3742795: D2508.id6326.diff
Thu, Nov 14, 11:02
F3742790: D2508.diff
Thu, Nov 14, 10:49
Unknown Object (File)
Tue, Nov 12, 09:46
Unknown Object (File)
Mon, Nov 11, 01:31
Unknown Object (File)
Thu, Oct 17, 04:43
Unknown Object (File)
Thu, Oct 17, 03:50
Subscribers
None

Details

Test Plan

Unit tests provided.

Needed by a Zed site health check:

if ($nonWritableDirs->isEmpty()) {
    // We can write everywhere.
    return true;
}

Diff Detail

Repository
rKOT Keruald OmniTools
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

dereckson created this revision.
This revision is now accepted and ready to land.Feb 10 2022, 01:37