Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
download
Method · 0.80
upload
Method · 0.80
release
Method · 0.80
sign_dir
Method · 0.80
copy_artifact
Method · 0.80
prepare_staging
Method · 0.80
delete_staging
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected