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

Function setQueryParams

packages/graph/src/Steps.ts:41–43  ·  view source on GitHub ↗
(params: QueryParams)

Source from the content-addressed store, hash-verified

39 * This function uses global mutable state which is not thread-safe.
40 */
41export function setQueryParams(params: QueryParams): void {
42 currentQueryParams = params;
43}
44
45/**
46 * Get the parameters for the current query execution.

Calls

no outgoing calls

Tested by

no test coverage detected