MCPcopy Create free account
hub / github.com/FSoft-AI4Code/CodeWiki / RepositorySubmission

Class RepositorySubmission

codewiki/src/fe/models.py:12–14  ·  view source on GitHub ↗

Pydantic model for repository submission form.

Source from the content-addressed store, hash-verified

10
11
12class RepositorySubmission(BaseModel):
13 """Pydantic model for repository submission form."""
14 repo_url: HttpUrl
15
16
17class JobStatusResponse(BaseModel):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected