MCPcopy Create free account
hub / github.com/docker/docker-agent / IsSubSession

Method IsSubSession

pkg/session/session.go:88–90  ·  view source on GitHub ↗

IsSubSession returns true if this item contains a sub-session

()

Source from the content-addressed store, hash-verified

86
87// IsSubSession returns true if this item contains a sub-session
88func (si *Item) IsSubSession() bool {
89 return si.SubSession != nil
90}
91
92// IsError returns true if this item contains a recorded error
93func (si *Item) IsError() bool {

Callers 6

gatherCostDataMethod · 0.45
GetAllMessagesMethod · 0.45
TotalCostMethod · 0.45
OnRunStartMethod · 0.45
OnEventMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected