MCPcopy 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
36def get_repo_json_file_contents(

Callers

nothing calls this directly

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected