MCPcopy Create free account
hub / github.com/bugy/script-server / findById

Function findById

web-src/src/common/store/executions-module.js:125–127  ·  view source on GitHub ↗
(executions, id)

Source from the content-addressed store, hash-verified

123}
124
125function findById(executions, id) {
126 return executions.find(execution => execution.id === id)
127}

Callers 1

selectExecutionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected