Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/directus/directus
/ initialize
Method
initialize
api/src/flows.ts:98–102 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
96
}
97
98
public
async
initialize(): Promise<void> {
99
if
(!this.isLoaded) {
100
await
this.load();
101
}
102
}
103
104
public
async
reload(): Promise<void> {
105
const
messenger = useBus();
Callers
2
flows.test.ts
File · 0.45
createApp
Function · 0.45
Calls
1
load
Method · 0.95
Tested by
no test coverage detected