MCPcopy Index your code
hub / github.com/ory/keto / MapStringsToUUIDsReadOnly

Method MapStringsToUUIDsReadOnly

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

Source from the content-addressed store, hash-verified

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 }
34 MapperProvider interface {

Callers 3

FromQueryMethod · 0.65
FromTupleMethod · 0.65
FromSubjectSetMethod · 0.65

Implementers 1

Persisterinternal/persistence/sql/persister.go

Calls

no outgoing calls

Tested by

no test coverage detected