MCPcopy Create free account
hub / github.com/TryCatchLearn/Overflow / QuestionsQuery

Class QuestionsQuery

QuestionService/RequestHelpers/QuestionsQuery.cs:5–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3namespace QuestionService.RequestHelpers;
4
5public record QuestionsQuery : PaginationRequest
6{
7 public string? Tag { get; set; }
8 public string? Sort { get; set; }
9}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…