Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/saltstack/salt
/ __call__
Method
__call__
tools/utils/repo.py:32–33 ·
view source on GitHub ↗
(self, chunk_size)
Source
from the content-addressed store, hash-verified
30
self.task = task
31
32
def
__call__(self, chunk_size):
33
self.progress.update(self.task, advance=chunk_size)
34
35
36
def
get_repo_json_file_contents(
Callers
nothing calls this directly
Calls
1
update
Method · 0.45
Tested by
no test coverage detected