MCPcopy Create free account
hub / github.com/mikro-orm/mikro-orm / getDriverDependencies

Method getDriverDependencies

packages/cli/src/CLIHelper.ts:123–129  ·  view source on GitHub ↗
(config: Configuration)

Source from the content-addressed store, hash-verified

121 }
122
123 static getDriverDependencies(config: Configuration): string[] {
124 try {
125 return config.getDriver().getDependencies();
126 } catch {
127 return [];
128 }
129 }
130
131 static dump(text: string, config?: Configuration): void {
132 if (config?.get('highlighter')) {

Callers 2

handlerMethod · 0.80
CLIHelper.test.tsFile · 0.80

Calls 2

getDependenciesMethod · 0.80
getDriverMethod · 0.45

Tested by

no test coverage detected