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
F44724197: D2508.id6327.diff
Tue, Aug 18, 10:55
F44717829: D2508.id6326.diff
Tue, Aug 18, 10:01
F44717817: D2508.id6327.diff
Tue, Aug 18, 10:01
F44697782: D2508.diff
Tue, Aug 18, 07:24
F44561109: D2508.id.diff
Mon, Aug 17, 15:26
F44540093: D2508.id.diff
Mon, Aug 17, 13:26
Unknown Object (File)
Mon, Aug 17, 11:05
Unknown Object (File)
Mon, Aug 17, 10:54
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