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

Function UUIDs

internal/x/helpers.go:10–16  ·  view source on GitHub ↗
(n int)

Source from the content-addressed store, hash-verified

8)
9
10func UUIDs(n int) []uuid.UUID {
11 res := make([]uuid.UUID, n)
12 for i := range res {
13 res[i] = uuid.Must(uuid.NewV4())
14 }
15 return res
16}

Callers 3

TestEngineFunction · 0.92
ManagerTestFunction · 0.92
TestEngineFunction · 0.92

Calls

no outgoing calls

Tested by 2

TestEngineFunction · 0.74
TestEngineFunction · 0.74