MCPcopy Create free account
hub / github.com/apache/arrow / increment_max

Method increment_max

dev/release/binary-task.rb:112–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110 end
111
112 def increment_max
113 @mutex.synchronize do
114 @count_max += 1
115 show_progress(Time.now) if @count_max == 1
116 end
117 end
118
119 def finish
120 @mutex.synchronize do

Callers 7

downloadMethod · 0.80
uploadMethod · 0.80
releaseMethod · 0.80
sign_dirMethod · 0.80
copy_artifactMethod · 0.80
prepare_stagingMethod · 0.80
delete_stagingMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected