MCPcopy
hub / github.com/unclecode/crawl4ai / get_total_url_count

Function get_total_url_count

main.py:170–172  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

168
169@app.get("/total-count")
170async def get_total_url_count():
171 count = get_total_count()
172 return JSONResponse(content={"count": count})
173
174@app.get("/clear-db")
175async def clear_database():

Callers

nothing calls this directly

Calls 1

get_total_countFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…