MCPcopy Create free account
hub / github.com/simstudioai/sim / updateData

Method updateData

apps/sim/lib/logs/search-suggestions.ts:133–141  ·  view source on GitHub ↗
(
    workflowsData: WorkflowData[] = [],
    foldersData: FolderData[] = [],
    triggersData: TriggerData[] = []
  )

Source from the content-addressed store, hash-verified

131 }
132
133 updateData(
134 workflowsData: WorkflowData[] = [],
135 foldersData: FolderData[] = [],
136 triggersData: TriggerData[] = []
137 ) {
138 this.workflowsData = workflowsData
139 this.foldersData = foldersData
140 this.triggersData = triggersData
141 }
142
143 /**
144 * Get all triggers from registry data

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected