Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
getPreviousStepsMock
Function · 0.45
getFlowsMock
Function · 0.45
getFlowsMock
Function · 0.45
verifyWebhook
Function · 0.45
get-apps.test.js
File · 0.45
get-apps.js
File · 0.45
get-apps.ee.js
File · 0.45
get-apps.ee.test.js
File · 0.45
init
Function · 0.45
findOrCreateUserBySamlIdentity
Function · 0.45
removeAppKeyArgument
Function · 0.45
verifyCredentials
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected