Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bcc-code/directus-schema-sync
/ loadAll
Method
loadAll
src/exportManager.ts:30–32 ·
view source on GitHub ↗
(merge = false)
Source
from the content-addressed store, hash-verified
28
29
// SECOND: Import if needed
30
public
async
loadAll(merge = false) {
31
await
this._loadNextExporter(0, merge);
32
}
33
34
protected refreshSchemaCache() {
35
this.clearSchemaCache?.();
Callers
2
registerHook
Function · 0.80
exportManager.test.ts
File · 0.80
Calls
1
_loadNextExporter
Method · 0.95
Tested by
no test coverage detected