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

Method MapUUIDsToStrings

internal/relationtuple/uuid_mapping.go:32–32  ·  view source on GitHub ↗
(ctx context.Context, u ...uuid.UUID)

Source from the content-addressed store, hash-verified

30 MapStringsToUUIDs(ctx context.Context, s ...string) ([]uuid.UUID, error)
31 MapStringsToUUIDsReadOnly(ctx context.Context, s ...string) ([]uuid.UUID, error)
32 MapUUIDsToStrings(ctx context.Context, u ...uuid.UUID) ([]string, error)
33 }
34 MapperProvider interface {
35 Mapper() *Mapper

Callers 4

ToQueryMethod · 0.65
ToTupleMethod · 0.65
ToTreeMethod · 0.65
MappingManagerTestFunction · 0.65

Implementers 1

Persisterinternal/persistence/sql/persister.go

Calls

no outgoing calls

Tested by

no test coverage detected