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
F12069942: D2508.id6326.diff
Wed, Oct 1, 08:41
F12067874: D2508.diff
Tue, Sep 30, 18:36
Unknown Object (File)
Mon, Sep 29, 02:18
Unknown Object (File)
Mon, Sep 29, 02:18
Unknown Object (File)
Sun, Sep 28, 23:15
Unknown Object (File)
Sun, Sep 28, 16:58
Unknown Object (File)
Sun, Sep 28, 16:57
Unknown Object (File)
Fri, Sep 26, 11: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 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