MCPcopy Create free account
hub / github.com/RealDevSquad/website-backend /

Class

utils/RQLParser.ts:15–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13const SORT_KEY = "sort";
14
15export class RQLQueryParser {
16 private queryString: string;
17 private parsedQueriesList: Queries[];
18

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected