Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
16
export
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
getExecuted
Function · 0.65
getPending
Function · 0.65
rollup
Function · 0.65
logMigration
Function · 0.65
unlogMigration
Function · 0.65
runMigrations
Function · 0.65
lockOptimistic
Method · 0.65
processDiscoveredEntities
Method · 0.65
discoverReferences
Method · 0.65
definePivotTableEntity
Method · 0.65
init
Function · 0.65
load
Method · 0.65
Calls
no outgoing calls
Tested by
no test coverage detected