MCPcopy Create free account
hub / github.com/codemix/graph / getQueryParams

Function getQueryParams

packages/graph/src/Steps.ts:50–52  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

48 * This function uses global mutable state which is not thread-safe.
49 */
50export function getQueryParams(): QueryParams {
51 return currentQueryParams;
52}
53
54/**
55 * Clear the current query parameters.

Callers 7

traverseMethod · 0.85
resolvePropertyValueFunction · 0.85
resolveConditionValueFunction · 0.85
traverseMethod · 0.85
resolveValueMethod · 0.85
resolveListExpressionMethod · 0.85
parameters.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected