MCPcopy
hub / github.com/thesysdev/openui / fireMutation

Method fireMutation

packages/lang-core/src/runtime/queryManager.ts:66–66  ·  view source on GitHub ↗
(
    statementId: string,
    evaluatedArgs: Record<string, unknown>,
    refreshQueryIds?: string[],
  )

Source from the content-addressed store, hash-verified

64 invalidate(statementIds?: string[]): void;
65 registerMutations(nodes: MutationNode[]): void;
66 fireMutation(
67 statementId: string,
68 evaluatedArgs: Record<string, unknown>,
69 refreshQueryIds?: string[],

Callers 1

useOpenUIStateFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected