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

Function comparer

benchmarks/src/postprocessing/serve.py:194–196  ·  view source on GitHub ↗
(doc)

Source from the content-addressed store, hash-verified

192 logging.info("Serving comparator at http://localhost:5006")
193
194 def comparer(doc):
195 page = create_comparer_page(database, directory, f"http://localhost:{port}")
196 doc.add_root(page)
197
198 Server(
199 {

Callers

nothing calls this directly

Calls 1

create_comparer_pageFunction · 0.85

Tested by

no test coverage detected