()
| 363 | } |
| 364 | |
| 365 | func (s *Session) currentPriority() pb.RequestOptions_Priority { |
| 366 | if s.tc != nil { |
| 367 | return s.tc.priority |
| 368 | } |
| 369 | return s.defaultPriority |
| 370 | } |
| 371 | |
| 372 | // startHeartbeat starts heartbeat for read-write transaction. |
| 373 | // |
no outgoing calls
no test coverage detected