MCPcopy Create free account
hub / github.com/couchbase/sync_gateway / AllKeys

Method AllKeys

channels/timed_set.go:103–109  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

101}
102
103func (set TimedSet) AllKeys() []string {
104 result := make([]string, 0, len(set))
105 for name := range set {
106 result = append(result, name)
107 }
108 return result
109}
110
111func (set TimedSet) Copy() TimedSet {
112 result := make(TimedSet, len(set))

Callers 15

TestRevocationScenario1Function · 0.80
TestRevocationScenario2Function · 0.80
TestRevocationScenario3Function · 0.80
TestRevocationScenario4Function · 0.80
TestRevocationScenario5Function · 0.80
TestRevocationScenario6Function · 0.80
TestRevocationScenario7Function · 0.80
TestRoleSoftDeleteFunction · 0.80
marshalPrincipalFunction · 0.80

Calls

no outgoing calls

Tested by 11

TestRevocationScenario1Function · 0.64
TestRevocationScenario2Function · 0.64
TestRevocationScenario3Function · 0.64
TestRevocationScenario4Function · 0.64
TestRevocationScenario5Function · 0.64
TestRevocationScenario6Function · 0.64
TestRevocationScenario7Function · 0.64
TestRoleSoftDeleteFunction · 0.64