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

Method init

packages/core/src/utils/fs-utils.ts:17–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15
16export interface FsUtils {
17 init(): Promise<void>;
18 pathExists(path: string): boolean;
19 ensureDir(path: string): void;
20 readJSONSync<T = Dictionary>(path: string): T;

Callers 12

getExecutedFunction · 0.65
getPendingFunction · 0.65
rollupFunction · 0.65
logMigrationFunction · 0.65
unlogMigrationFunction · 0.65
runMigrationsFunction · 0.65
lockOptimisticMethod · 0.65
discoverReferencesMethod · 0.65
initFunction · 0.65
loadMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected