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

Function allWhereConditions

apps/sim/lib/workspace-events/no-activity.test.ts:69–71  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

67}
68
69function allWhereConditions(): unknown[] {
70 return dbChainMockFns.where.mock.calls.flatMap(([condition]) => flattenCondition(condition))
71}
72
73function makeSubscriptionRow(config: SimSubscriptionConfig, webhookId = 'wh-1') {
74 return {

Callers 1

Calls 1

flattenConditionFunction · 0.85

Tested by

no test coverage detected