Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/garethgeorge/backrest
/ Send
Method
Send
internal/api/syncapi/cmdstreamutil.go:19–19 ·
view source on GitHub ↗
(item *v1sync.SyncStreamItem)
Source
from the content-addressed store, hash-verified
17
18
type
syncCommandStreamTrait
interface
{
19
Send(item *v1sync.SyncStreamItem) error
20
Receive() (*v1sync.SyncStreamItem, error)
21
}
22
Callers
15
TestEstablishEncryption_Integration
Function · 0.95
Execute
Method · 0.65
GetOperationEvents
Method · 0.65
GetLogs
Method · 0.65
ConnectStream
Method · 0.65
establishEncryption
Function · 0.65
SendSetConfig
Method · 0.65
GetPeerSyncStatesStream
Method · 0.65
TestEncryptedStream_RoundTrip
Function · 0.65
TestEncryptedStream_BidirectionalMultiMessage
Function · 0.65
TestEstablishEncryption_ProtocolVersionMismatch
Function · 0.65
sendConfigToClient
Method · 0.65
Implementers
2
fakeStream
internal/api/syncapi/encryption_test.g
encryptedStream
internal/api/syncapi/encryption.go
Calls
no outgoing calls
Tested by
4
TestEstablishEncryption_Integration
Function · 0.76
TestEncryptedStream_RoundTrip
Function · 0.52
TestEncryptedStream_BidirectionalMultiMessage
Function · 0.52
TestEstablishEncryption_ProtocolVersionMismatch
Function · 0.52