Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sa7mon/S3Scanner
/ Add
Method
Add
collection/collection.go:7–9 ·
view source on GitHub ↗
(s string)
Source
from the content-addressed store, hash-verified
5
type
StringSet
map
[string]
struct
{}
6
7
func
(ss StringSet) Add(s string) {
8
ss[s] =
struct
{}{}
9
}
10
11
func
(ss StringSet) Remove(s string) {
12
delete(ss, s)
Callers
4
TestWork
Function · 0.80
TestMqWork
Function · 0.80
main
Function · 0.80
Run
Function · 0.80
Calls
no outgoing calls
Tested by
2
TestWork
Function · 0.64
TestMqWork
Function · 0.64