Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LadybugDB/ladybug
/ do_HEAD
Method
do_HEAD
tools/dev/range_file_server.py:78–79 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
76
self.send_file(False)
77
78
def
do_HEAD(self):
79
self.send_file(True)
80
81
def
log_message(self, fmt, *args):
82
if
self.server.quiet:
Callers
nothing calls this directly
Calls
1
send_file
Method · 0.95
Tested by
no test coverage detected