MCPcopy
hub / github.com/syncthing/syncthing / idCheckingHTTPClient

Struct idCheckingHTTPClient

lib/discover/global.go:374–378  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

372}
373
374type idCheckingHTTPClient struct {
375 httpClient
376
377 id protocol.DeviceID
378}
379
380func newIDCheckingHTTPClient(client httpClient, id protocol.DeviceID) *idCheckingHTTPClient {
381 return &idCheckingHTTPClient{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected