MCPcopy 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.tsFile · 0.45
createAppFunction · 0.45

Calls 1

loadMethod · 0.95

Tested by

no test coverage detected