Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/syncthing/syncthing
/ has
Method
has
script/authors.go:274–277 ·
view source on GitHub ↗
(e string)
Source
from the content-addressed store, hash-verified
272
}
273
274
func
(s stringSet) has(e string) bool {
275
_, ok := s[e]
276
return
ok
277
}
278
279
// A set of authors
280
Callers
2
addAuthors
Function · 0.45
syncthingController.js
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected