MCPcopy Create free account
hub / github.com/5e-bits/5e-database / IndexEntry

Interface IndexEntry

scripts/dbRefresh.ts:21–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19const mongodbUri = checkMongoUri('db:refresh');
20
21interface IndexEntry {
22 index: string;
23}
24
25async function _processFileForRefresh(
26 db: Db,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected