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

Function skip

apps/sim/connectors/utils.test.ts:1264–1264  ·  view source on GitHub ↗
(id: number)

Source from the content-addressed store, hash-verified

1262
1263describe('takeIndexableWithinCap', () => {
1264 const skip = (id: number) => ({ id, skip: true })
1265 const file = (id: number) => ({ id, skip: false })
1266 const isSkip = (i: { skip: boolean }) => i.skip
1267

Callers 1

utils.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected