MCPcopy
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
274func (s stringSet) has(e string) bool {
275 _, ok := s[e]
276 return ok
277}
278
279// A set of authors
280

Callers 2

addAuthorsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected