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

Method UpdateSessionTitle

pkg/session/store.go:128–128  ·  view source on GitHub ↗

UpdateSessionTitle updates only the title

(ctx context.Context, sessionID, title string)

Source from the content-addressed store, hash-verified

126
127 // UpdateSessionTitle updates only the title
128 UpdateSessionTitle(ctx context.Context, sessionID, title string) error
129
130 // Close releases any resources held by the store (e.g., database connections).
131 Close() error

Callers 5

handleSetSessionTitleMethod · 0.65
persistSessionTitleMethod · 0.65
UpdateSessionTitleMethod · 0.65
generateTitleMethod · 0.65
updateSessionTitleMethod · 0.65

Implementers 3

InMemorySessionStorepkg/session/store.go
SQLiteSessionStorepkg/session/store.go
RemoteSessionStorepkg/runtime/remote_runtime.go

Calls

no outgoing calls

Tested by

no test coverage detected