Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/syncthing/syncthing
/ Get
Method
Get
lib/discover/global.go:47–47 ·
view source on GitHub ↗
(ctx context.Context, url string)
Source
from the content-addressed store, hash-verified
45
46
type
httpClient
interface
{
47
Get(ctx context.Context, url string) (*http.Response, error)
48
Post(ctx context.Context, url, ctype string, data io.Reader) (*http.Response, error)
49
}
50
Callers
15
readMessageAfterHeader
Method · 0.65
readHeader
Method · 0.65
writeMessage
Method · 0.65
writeCompressedMessage
Method · 0.65
lz4Decompress
Function · 0.65
TestStressBufferPool
Function · 0.65
KeyFromPassword
Method · 0.65
FileKey
Method · 0.65
Get
Method · 0.65
clear
Function · 0.65
Dial
Method · 0.65
TestRegistry
Function · 0.65
Implementers
4
idCheckingHTTPClient
lib/discover/global.go
contextClient
lib/discover/global.go
Process
lib/rc/rc.go
apiClient
cmd/syncthing/cli/client.go
Calls
no outgoing calls
Tested by
15
TestStressBufferPool
Function · 0.52
TestRegistry
Function · 0.52
TestShortSchemeFirst
Function · 0.52
BenchmarkGet
Function · 0.52
testServe
Function · 0.52
setupROFolder
Function · 0.52
setupSendReceiveFolder
Function · 0.52
TestAutoAcceptPausedWhenFolderConfigChanged
Function · 0.52
TestAutoAcceptPausedWhenFolderConfigNotChanged
Function · 0.52
TestServiceMap
Function · 0.52
TestIssue4841
Function · 0.52
expectURLToContain
Function · 0.52