update function presentation

Last updated: 2026-03-04T23:21:38.421Z

Metrics

LOC: 3 Complexity: 1 Params: 2

Signature

update(key: string, value: unknown)

Source Code

  function update(key: string, value: unknown) {
    onChange({ ...params, [key]: value } as GeneratorParams);
  }

No outgoing dependencies.

Impact (Incoming)

graph LR update["update"] GeneratorOption["GeneratorOption"] GeneratorOption -->|calls| update style update fill:#dbeafe,stroke:#2563eb,stroke-width:2px click update "aa07d92961244cc7.html" click GeneratorOption "46d00f7f04960150.html"
SourceType
GeneratorOption calls