Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/0010aor/FlashNotes
/ custom_generate_unique_id
Function
custom_generate_unique_id
backend/src/main.py:10–11 ·
view source on GitHub ↗
(route: APIRoute)
Source
from the content-addressed store, hash-verified
8
9
10
def
custom_generate_unique_id(route: APIRoute) -> str:
11
return
f
"{route.tags[0]}-{route.name}"
12
13
14
app = FastAPI(
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected