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
F6981382: D2508.diff
Fri, Apr 18, 14:28
F6945025: D2508.id6327.diff
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
Unknown Object (File)
Wed, Apr 9, 21:19
Unknown Object (File)
Mon, Apr 7, 22:37
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 Passed
Unit
Tests Passed
Branch
main
Build Status
Buildable 3915
Build 4166: arc lint + arc unit

Event Timeline

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