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

Function exists

gunicorn/dirty/stash.py:486–488  ·  gunicorn/dirty/stash.py::exists

Check if a table or key exists.

(table, key=None)

Source from the content-addressed store, hash-verified

484
485
486def exists(table, key=None):
487 class="st">""class="st">"Check if a table or key exists."class="st">""
488 return _get_client().exists(table, key)
489
490
491def delete_table(table):

Callers

nothing calls this directly

Calls 2

_get_clientFunction · 0.85
existsMethod · 0.80

Tested by

no test coverage detected