MCPcopy
hub / github.com/Faugus/faugus-launcher / read

Method read

faugus/proton_manager.py:72–77  ·  view source on GitHub ↗
(self, size=-1)

Source from the content-addressed store, hash-verified

70 self.bytes_read = 0
71
72 def read(self, size=-1):
73 chunk = self.raw.read(size)
74 self.bytes_read += len(chunk)
75 if self.total_size > 0:
76 self.progress_callback(self.bytes_read / self.total_size)
77 return chunk
78
79 def close(self):
80 self.raw.close()

Callers 12

fix_desktop_execFunction · 0.80
get_latest_tag_and_urlFunction · 0.80
safe_load_pixbufFunction · 0.80
is_apple_siliconFunction · 0.80
on_show_logs_clickedMethod · 0.80
on_load_urlMethod · 0.80
load_configFunction · 0.80
load_configMethod · 0.80
get_installed_versionFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected