MCPcopy Index your code
hub / github.com/opendevops-cn/opendevops / head

Method head

scripts/tornado_source_code/tornado/web.py:2569–2570  ·  view source on GitHub ↗
(self, path: str)

Source from the content-addressed store, hash-verified

2567 cls._static_hashes = {}
2568
2569 def head(self, path: str) -> Awaitable[None]:
2570 return self.get(path, include_body=False)
2571
2572 async def get(self, path: str, include_body: bool = True) -> None:
2573 # Set up our path instance variables.

Callers

nothing calls this directly

Calls 1

getMethod · 0.95

Tested by

no test coverage detected