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

Method constructor

utils/RQLParser.ts:19–22  ·  view source on GitHub ↗
(queryString: string)

Source from the content-addressed store, hash-verified

17 private parsedQueriesList: Queries[];
18
19 constructor(queryString: string) {
20 this.queryString = queryString;
21 this.parsedQueriesList = this.parseQueries();
22 }
23
24 private parseKeyValue(keyValuePair: string): Queries {
25 const [key, value] = keyValuePair.split(KEY_VALUE_DELIMITER);

Callers

nothing calls this directly

Calls 1

parseQueriesMethod · 0.95

Tested by

no test coverage detected