MCPcopy
hub / github.com/benoitc/gunicorn / keys

Function keys

gunicorn/dirty/stash.py:466–468  ·  gunicorn/dirty/stash.py::keys

Get all keys in a table.

(table, pattern=None)

Source from the content-addressed store, hash-verified

464
465
466def keys(table, pattern=None):
467 class="st">""class="st">"Get all keys in a table."class="st">""
468 return _get_client().keys(table, pattern)
469
470
471def clear(table):

Callers

nothing calls this directly

Calls 2

_get_clientFunction · 0.85
keysMethod · 0.45

Tested by

no test coverage detected