MCPcopy
hub / github.com/automatisch/automatisch / filter

Method filter

packages/backend/src/models/step.js:100–102  ·  view source on GitHub ↗
(builder)

Source from the content-addressed store, hash-verified

98 to: 'execution_steps.step_id',
99 },
100 filter(builder) {
101 builder.orderBy('created_at', 'desc').limit(1).first();
102 },
103 },
104 executionSteps: {
105 relation: Base.HasManyRelation,

Callers 15

getPreviousStepsMockFunction · 0.45
getFlowsMockFunction · 0.45
getFlowsMockFunction · 0.45
verifyWebhookFunction · 0.45
get-apps.test.jsFile · 0.45
get-apps.jsFile · 0.45
get-apps.ee.jsFile · 0.45
initFunction · 0.45
removeAppKeyArgumentFunction · 0.45
verifyCredentialsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected