Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
19
const
mongodbUri = checkMongoUri(
'db:refresh'
);
20
21
interface
IndexEntry {
22
index: string;
23
}
24
25
async
function
_processFileForRefresh(
26
db: Db,
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected