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

Method IsMessage

pkg/session/session.go:83–85  ·  view source on GitHub ↗

IsMessage returns true if this item contains a message

()

Source from the content-addressed store, hash-verified

81
82// IsMessage returns true if this item contains a message
83func (si *Item) IsMessage() bool {
84 return si.Message != nil
85}
86
87// IsSubSession returns true if this item contains a sub-session
88func (si *Item) IsSubSession() bool {

Callers 15

LoadFromSessionMethod · 0.80
gatherCostDataMethod · 0.80
GetAllMessagesMethod · 0.80
OwnMessagesMethod · 0.80
MessageCountMethod · 0.80
TotalCostMethod · 0.80
OwnCostMethod · 0.80
CompactionInputMethod · 0.80
GetMessagesMethod · 0.80

Calls

no outgoing calls