MCPcopy
hub / github.com/ory/keto / deleteAllTuples

Method deleteAllTuples

internal/e2e/cli_client_test.go:153–155  ·  view source on GitHub ↗
(t testing.TB, q *ketoapi.RelationQuery)

Source from the content-addressed store, hash-verified

151}
152
153func (g *cliClient) deleteAllTuples(t testing.TB, q *ketoapi.RelationQuery) {
154 _ = g.c.ExecNoErr(t, append(g.assembleQueryFlags(q, nil), "relation-tuple", "delete-all", "--force")...)
155}

Callers

nothing calls this directly

Calls 2

assembleQueryFlagsMethod · 0.95
ExecNoErrMethod · 0.80

Tested by

no test coverage detected