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
F10938969: D2508.diff
Wed, Aug 6, 11:03
Unknown Object (File)
Sun, Aug 3, 05:44
Unknown Object (File)
Fri, Aug 1, 11:35
Unknown Object (File)
Fri, Aug 1, 11:35
Unknown Object (File)
Fri, Aug 1, 11:03
Unknown Object (File)
Thu, Jul 31, 08:13
Unknown Object (File)
Tue, Jul 29, 23:13
Unknown Object (File)
Tue, Jul 29, 18: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