MCPcopy Create free account
hub / github.com/It4innovations/hyperqueue / get

Method get

benchmarks/src/postprocessing/serve.py:57–60  ·  view source on GitHub ↗
(self, key: str)

Source from the content-addressed store, hash-verified

55
56 class ClusterHandler(web.RequestHandler):
57 def get(self, key: str):
58 report = entries[str(Path(key).stem)].report
59 page = create_page(report)
60 self.write(file_html(page, CDN, "Cluster report"))
61
62 class ComparisonHandler(web.RequestHandler):
63 def get(self, key: str):

Callers

nothing calls this directly

Calls 1

create_pageFunction · 0.85

Tested by

no test coverage detected