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

Function renderTable

cmd/relationtuple/create_test.go:25–29  ·  view source on GitHub ↗
(table cmdx.Table)

Source from the content-addressed store, hash-verified

23)
24
25func renderTable(table cmdx.Table) string {
26 var buf bytes.Buffer
27 cmdx.PrintTablef(&buf, table)
28 return buf.String()
29}
30
31func TestCreateCmd(t *testing.T) {
32 nspace := &namespace.Namespace{Name: t.Name()}

Callers 2

TestCreateCmdFunction · 0.85
TestDeleteCmdFunction · 0.85

Calls 1

StringMethod · 0.65

Tested by

no test coverage detected