MCPcopy
hub / github.com/openfga/openfga / Values

Method Values

pkg/storage/sortedset.go:19–19  ·  view source on GitHub ↗

Values returns the elements in the set in sorted order (ascending).

()

Source from the content-addressed store, hash-verified

17
18 // Values returns the elements in the set in sorted order (ascending).
19 Values() []string
20}
21
22type RedBlackTreeSet struct {

Callers 15

TestRedBlackTreeFunction · 0.95
GetRequestIDFromContextFunction · 0.65
PingMethod · 0.65
PingStreamMethod · 0.65
ReadStartingWithUserKeyFunction · 0.65
executeWriteTuplesFunction · 0.65
executeInsertChangesFunction · 0.65
ReadStartingWithUserMethod · 0.65
CreateStoreMethod · 0.65
WriteAssertionsMethod · 0.65
ReadStartingWithUserMethod · 0.65

Implementers 1

RedBlackTreeSetpkg/storage/sortedset.go

Calls

no outgoing calls