MCPcopy Create free account
hub / github.com/cloudspannerecosystem/spanner-cli / currentPriority

Method currentPriority

session.go:365–370  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

363}
364
365func (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//

Callers 6

RunQueryWithStatsMethod · 0.95
RunQueryMethod · 0.95
RunAnalyzeQueryMethod · 0.95
RunUpdateMethod · 0.95
DatabaseExistsMethod · 0.95
startHeartbeatMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected