Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
10
func
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
TestEngine
Function · 0.92
ManagerTest
Function · 0.92
TestEngine
Function · 0.92
Calls
no outgoing calls
Tested by
2
TestEngine
Function · 0.74
TestEngine
Function · 0.74