MCPcopy
hub / github.com/ory/kratos / SortUpdateOrder

Function SortUpdateOrder

ui/node/node.go:243–247  ·  view source on GitHub ↗
(f func([]string) []string)

Source from the content-addressed store, hash-verified

241}
242
243func SortUpdateOrder(f func([]string) []string) func(*sortOptions) {
244 return func(options *sortOptions) {
245 options.keysInOrderPost = f
246 }
247}
248
249func (n Nodes) SortBySchema(ctx context.Context, opts ...SortOption) error {
250 var o sortOptions

Callers 2

SortNodesFunction · 0.92
TestNodesSortFunction · 0.92

Calls

no outgoing calls

Tested by 1

TestNodesSortFunction · 0.74