MCPcopy
hub / github.com/stackblitz/bolt.new / #updateAction

Method #updateAction

app/lib/runtime/action-runner.ts:181–185  ·  view source on GitHub ↗
(id: string, newState: ActionStateUpdate)

Source from the content-addressed store, hash-verified

179 }
180
181 #updateAction(id: string, newState: ActionStateUpdate) {
182 const actions = this.actions.get();
183
184 this.actions.setKey(id, { ...actions[id], ...newState });
185 }
186}

Callers 3

addActionMethod · 0.95
runActionMethod · 0.95
#executeActionMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected