MCPcopy Create free account
hub / github.com/omkarcloud/botasaurus / getAutoincrementId

Function getAutoincrementId

js/botasaurus-server-js/src/models.ts:75–75  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

73}
74// @ts-ignore
75const getAutoincrementId = () => db.getAutoincrementId()
76// Create indexes
77db.ensureIndex({ fieldName: 'id', unique:true });
78db.ensureIndex({ fieldName: 'status' });

Callers 3

performCreateAllTaskFunction · 0.90
buildTaskFunction · 0.90
createCachedTaskFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected