Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/syncthing/syncthing
/ Data
Method
Data
lib/protocol/protocol.go:109–109 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
107
108
type
RequestResponse
interface
{
109
Data() []byte
110
Close()
// Must always be called once the byte slice is no longer in use
111
Wait()
// Blocks until Close is called
112
}
Callers
4
handleRequest
Method · 0.65
Request
Method · 0.65
TestRequest
Function · 0.65
TestRescanIfHaveInvalidContent
Function · 0.65
Implementers
3
fakeRequestResponse
lib/protocol/common_test.go
rawResponse
lib/protocol/encryption.go
requestResponse
lib/model/model.go
Calls
no outgoing calls
Tested by
2
TestRequest
Function · 0.52
TestRescanIfHaveInvalidContent
Function · 0.52