(doc)
| 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 | { |
nothing calls this directly
no test coverage detected