MCPcopy Index your code
hub / github.com/simstudioai/sim / getLatestUserMessageId

Function getLatestUserMessageId

apps/sim/stores/workflow-diff/utils.ts:172–174  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

170}
171
172export async function getLatestUserMessageId(): Promise<string | null> {
173 return null
174}
175
176export function createBatchedUpdater(set: (updates: Partial<WorkflowDiffState>) => void) {
177 let updateTimer: NodeJS.Timeout | null = null

Callers 1

store.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected