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

Class IssueQueryParamsSerializer

api/integrations/github/serializers.py:52–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50
51
52class IssueQueryParamsSerializer(DataclassSerializer): # type: ignore[type-arg]
53 class Meta:
54 dataclass = IssueQueryParams
55
56 search_in_body = serializers.BooleanField(required=False, default=True)

Callers 2

fetch_pull_requestsFunction · 0.90
fetch_issuesFunction · 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…