Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/docker/docker-agent
/ WithTitle
Function
WithTitle
pkg/session/session.go:799–803 ·
view source on GitHub ↗
(title string)
Source
from the content-addressed store, hash-verified
797
}
798
799
func
WithTitle(title string) Opt {
800
return
func
(s *Session) {
801
s.Title = title
802
}
803
}
804
805
func
WithMessages(messages []Item) Opt {
806
return
func
(s *Session) {
Callers
12
CreateToolHandler
Function · 0.92
CreateSession
Method · 0.92
newSubSession
Function · 0.92
RunLLM
Function · 0.92
SessionFromEvents
Function · 0.92
TestSaveRunSessions
Function · 0.92
TestSaveRunSessionsJSON
Function · 0.92
TestSaveRunSessionsWithCost
Function · 0.92
runNewCommand
Method · 0.92
run
Function · 0.92
TestNewSQLiteSessionStoreFromDB_RunsMigrations
Function · 0.70
TestNewSQLiteSessionStoreFromDB_RoundTripWithMessages
Function · 0.70
Calls
no outgoing calls
Tested by
5
TestSaveRunSessions
Function · 0.74
TestSaveRunSessionsJSON
Function · 0.74
TestSaveRunSessionsWithCost
Function · 0.74
TestNewSQLiteSessionStoreFromDB_RunsMigrations
Function · 0.56
TestNewSQLiteSessionStoreFromDB_RoundTripWithMessages
Function · 0.56