MCPcopy Index your code
hub / github.com/codemix/graph / clearQueryParams

Function clearQueryParams

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

Source from the content-addressed store, hash-verified

56 * @deprecated Use QueryContext instead - context is automatically scoped to the query.
57 */
58export function clearQueryParams(): void {
59 currentQueryParams = {};
60}
61
62/**
63 * Set the current graph source for pattern comprehension evaluation.

Calls

no outgoing calls

Tested by

no test coverage detected