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