MCPcopy Create free account
hub / github.com/Flagsmith/flagsmith / RepoQueryParamsSerializer

Class RepoQueryParamsSerializer

api/integrations/github/serializers.py:47–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45
46
47class RepoQueryParamsSerializer(DataclassSerializer): # type: ignore[type-arg]
48 class Meta:
49 dataclass = RepoQueryParams
50
51
52class IssueQueryParamsSerializer(DataclassSerializer): # type: ignore[type-arg]

Callers 1

fetch_repo_contributorsFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…