mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-20 12:37:16 +02:00
parent
8713108821
commit
fc21579e4b
9 changed files with 9 additions and 9 deletions
|
@ -46,7 +46,7 @@ func (s *Sorted[T]) ForEach(callback func(element T) bool) {
|
|||
})
|
||||
}
|
||||
|
||||
// Has returns true if the elment is in the set.
|
||||
// Has returns true if the element is in the set.
|
||||
func (s *Sorted[T]) Has(element T) bool {
|
||||
return s.b.Has(element)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue