Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/diffgram/diffgram
/ valid_project_id
Function
valid_project_id
default/methods/project/project_new.py:14–15 ·
view source on GitHub ↗
(id)
Source
from the content-addressed store, hash-verified
12
13
14
def
valid_project_id(id):
15
return
project_id_regular_expression.match(id)
16
17
18
@routes.route(
'/api/project/new'
, methods = [
'POST'
])
Callers
1
project_new_api
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected