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
F7711838: D2508.id6327.diff
Thu, May 1, 12:39
Unknown Object (File)
Sat, Apr 26, 02:53
Unknown Object (File)
Fri, Apr 25, 23:05
Unknown Object (File)
Thu, Apr 24, 13:11
Unknown Object (File)
Wed, Apr 23, 19:10
Unknown Object (File)
Tue, Apr 22, 16:14
Unknown Object (File)
Sun, Apr 20, 21:49
Unknown Object (File)
Sun, Apr 20, 21:22
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