MCPcopy
hub / github.com/eth0izzle/bucket-stream / put

Method put

bucket-stream.py:116–119  ·  view source on GitHub ↗
(self, bucket_url)

Source from the content-addressed store, hash-verified

114 super().__init__(maxsize)
115
116 def put(self, bucket_url):
117 if bucket_url not in self.checked_buckets:
118 self.checked_buckets.append(bucket_url)
119 super().put(bucket_url)
120
121 def get(self):
122 global THREAD_EVENT

Callers 3

mainFunction · 0.95
processMethod · 0.80
__check_httpMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected