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

Function SessionTitle

pkg/runtime/event.go:417–423  ·  view source on GitHub ↗
(sessionID, title string)

Source from the content-addressed store, hash-verified

415}
416
417func SessionTitle(sessionID, title string) Event {
418 return &SessionTitleEvent{
419 Type: "session_title",
420 SessionID: sessionID,
421 Title: title,
422 }
423}
424
425func (e *SessionTitleEvent) GetSessionID() string { return e.SessionID }
426

Callers 5

UpdateSessionTitleMethod · 0.92
generateTitleMethod · 0.92
RunSessionMethod · 0.92
generateTitleMethod · 0.92

Calls

no outgoing calls