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

Function file

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

Source from the content-addressed store, hash-verified

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
1268 it('passes everything through when the cap is unlimited', () => {

Callers 1

utils.test.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected