Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/containerd/containerd
/ Send
Method
Send
core/streaming/streaming.go:40–40 ·
view source on GitHub ↗
Send sends the object on the stream
(typeurl.Any)
Source
from the content-addressed store, hash-verified
38
type
Stream
interface
{
39
// Send sends the object on the stream
40
Send(typeurl.Any) error
41
42
// Recv receives an object on the stream
43
Recv() (typeurl.Any, error)
Callers
15
List
Method · 0.65
GetContainerEvents
Method · 0.65
Create
Method · 0.65
Send
Method · 0.65
MarshalAny
Method · 0.65
GetCredentials
Method · 0.65
SendStream
Function · 0.65
ReceiveStream
Function · 0.65
ReadByteStream
Function · 0.65
Write
Method · 0.65
send
Method · 0.65
negotiate
Method · 0.65
Implementers
3
clientStream
core/streaming/proxy/streaming.go
testStream
core/transfer/streaming/stream_test.go
serviceStream
plugins/services/streaming/service.go
Calls
no outgoing calls
Tested by
7
GetContainerEvents
Method · 0.52
TestSingleSubscriber
Function · 0.52
TestMultiSubscriber
Function · 0.52
TestMissedEvents
Function · 0.52
TestSubscribersDifferentTime
Function · 0.52
TestDiscardedAfterTime
Function · 0.52
TestDiscardedAtShutdown
Function · 0.52