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

Function create_href

benchmarks/src/postprocessing/overview.py:332–333  ·  view source on GitHub ↗
(addr, location, name)

Source from the content-addressed store, hash-verified

330
331def create_comparer_page(database: Database, directory: Path, addr: str):
332 def create_href(addr, location, name):
333 return Div(text=f"""<a href='{addr}/{str(location)}'>{str(name)}</a>""")
334
335 entry_map = pregenerate_entries(database, directory)
336 df = create_database_df(database)

Callers 2

create_comparer_pageFunction · 0.85
callbackFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected