Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/saltstack/salt
/ __call__
Method
__call__
tools/utils/__init__.py:48–49 ·
view source on GitHub ↗
(self, chunk_size)
Source
from the content-addressed store, hash-verified
46
self.task = task
47
48
def
__call__(self, chunk_size):
49
self.progress.update(self.task, advance=chunk_size)
50
51
52
class
ExitCode(IntEnum):
Callers
nothing calls this directly
Calls
1
update
Method · 0.45
Tested by
no test coverage detected