MCPcopy
hub / github.com/prisma/prisma / stat

Function stat

helpers/compile/plugins/fill-plugin/fillers/fs.ts:78–80  ·  view source on GitHub ↗
(path: string, callback: (err: Error | null, stats?: any) => void)

Source from the content-addressed store, hash-verified

76}
77
78export function stat(path: string, callback: (err: Error | null, stats?: any) => void) {
79 callback(null, lstatSync())
80}
81
82export const promises = {}
83

Callers 1

Calls 1

lstatSyncFunction · 0.85

Tested by

no test coverage detected