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

Method MapStringsToUUIDs

internal/relationtuple/uuid_mapping.go:30–30  ·  view source on GitHub ↗
(ctx context.Context, s ...string)

Source from the content-addressed store, hash-verified

28 }
29 MappingManager interface {
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 }

Callers 5

FromQueryMethod · 0.65
FromTupleMethod · 0.65
FromSubjectSetMethod · 0.65
MappingManagerTestFunction · 0.65
TestMapperFunction · 0.65

Implementers 1

Persisterinternal/persistence/sql/persister.go

Calls

no outgoing calls

Tested by 1

TestMapperFunction · 0.52