Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

Description

purge-fifo will delete all elements from the FIFO <list>, created by new-fifo. The list is then empty and you can still put data into it, and get data from it afterwards, without having to call new-fifo again. All keys or values stored in the list are also deleted.

Examples

See read-fifo.

Name

purge-fifo - (FIFO)

Purpose

Delete FIFO list data.

See Also

FIFO delete-fifonew-fifopurge-fiforead-fiforewind-fifowrite-fifo See all documentation $DATE $VERSION GOLF(2gg)

Syntax

purge-fifo <list>

See Also