MCPcopy Index your code
hub / github.com/docker/docker-agent / StreamStarted

Function StreamStarted

pkg/runtime/event.go:178–184  ·  view source on GitHub ↗
(sessionID, agentName string)

Source from the content-addressed store, hash-verified

176}
177
178func StreamStarted(sessionID, agentName string) Event {
179 return &StreamStartedEvent{
180 Type: "stream_started",
181 SessionID: sessionID,
182 AgentContext: newAgentContext(agentName),
183 }
184}
185
186func (e *StreamStartedEvent) GetSessionID() string { return e.SessionID }
187

Callers 7

RunStreamMethod · 0.92
runStreamLoopMethod · 0.85
TestSimpleFunction · 0.85
TestWithReasoningFunction · 0.85

Calls 1

newAgentContextFunction · 0.85

Tested by 6

RunStreamMethod · 0.74
TestSimpleFunction · 0.68
TestWithReasoningFunction · 0.68