MCPcopy Create free account
hub / github.com/LadybugDB/ladybug / do_GET

Method do_GET

tools/dev/range_file_server.py:75–76  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

73 remaining -= len(chunk)
74
75 def do_GET(self):
76 self.send_file(False)
77
78 def do_HEAD(self):
79 self.send_file(True)

Callers

nothing calls this directly

Calls 1

send_fileMethod · 0.95

Tested by

no test coverage detected