MCPcopy Index your code
hub / github.com/coder/coder / WithStreamID

Function WithStreamID

tailnet/service.go:39–41  ·  view source on GitHub ↗
(ctx context.Context, streamID StreamID)

Source from the content-addressed store, hash-verified

37}
38
39func WithStreamID(ctx context.Context, streamID StreamID) context.Context {
40 return context.WithValue(ctx, streamIDContextKey{}, streamID)
41}
42
43type WorkspaceUpdatesProvider interface {
44 io.Closer

Callers 3

workspaceAgentRPCMethod · 0.92
ConnectRPC29Method · 0.92
ServeConnV2Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected