//
pkg.gl
Category
github.com/Velocidex/tracee_velociraptor
userspace
utils
set
package
0.0.0-20250304130312-661b3fd25a3c
Repository:
https://github.com/velocidex/tracee_velociraptor.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
1
Files
157 SLOC
#
Functions
New
No description provided by the author
NewSimpleSet
New builds a new set object.
NewSimpleSetWithHash
New builds a new set object.
NewWithHash
No description provided by the author
#
Structs
Set
Set is a generic thread-safe data structure representing a unique collection of items, with synchronized access.
SimpleSet
SimpleSet is a generic data structure representing a unique collection of items.