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

Function ensure

gunicorn/dirty/stash.py:481–483  ·  gunicorn/dirty/stash.py::ensure

Ensure a table exists.

(table)

Source from the content-addressed store, hash-verified

479
480
481def ensure(table):
482 class="st">""class="st">"Ensure a table exists."class="st">""
483 _get_client().ensure(table)
484
485
486def exists(table, key=None):

Callers

nothing calls this directly

Calls 2

_get_clientFunction · 0.85
ensureMethod · 0.80

Tested by

no test coverage detected