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
F7006867: D2508.id.diff
Sat, Apr 19, 01:26
F6993993: D2508.id6326.diff
Fri, Apr 18, 20:25
F6981382: D2508.diff
Fri, Apr 18, 14:28
Unknown Object (File)
Thu, Apr 17, 21:48
Unknown Object (File)
Wed, Apr 16, 17:31
Unknown Object (File)
Wed, Apr 16, 07:01
Unknown Object (File)
Tue, Apr 15, 21:18
Unknown Object (File)
Sun, Apr 13, 13:59
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