MCPcopy
hub / github.com/github/gh-ost / GetThrottleQuery

Method GetThrottleQuery

go/base/context.go:744–750  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

742}
743
744func (mctx *MigrationContext) GetThrottleQuery() string {
745 mctx.throttleMutex.Lock()
746 defer mctx.throttleMutex.Unlock()
747
748 var query = mctx.throttleQuery
749 return query
750}
751
752func (mctx *MigrationContext) SetThrottleQuery(newQuery string) {
753 mctx.throttleMutex.Lock()

Callers 4

applyServerCommandMethod · 0.80
ExecuteThrottleQueryMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected