Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
75
const
getAutoincrementId = () => db.getAutoincrementId()
76
// Create indexes
77
db.ensureIndex({ fieldName:
'id'
, unique:true });
78
db.ensureIndex({ fieldName:
'status'
});
Callers
3
performCreateAllTask
Function · 0.90
buildTask
Function · 0.90
createCachedTask
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected