MCPcopy
hub / github.com/prisma/prisma / lstatSync

Function lstatSync

helpers/compile/plugins/fill-plugin/fillers/fs.ts:7–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5}
6
7export function lstatSync() {
8 return {
9 dev: 0,
10 ino: 0,
11 mode: 0,
12 nlink: 0,
13 uid: 0,
14 gid: 0,
15 rdev: 0,
16 size: 0,
17 blksize: 0,
18 blocks: 0,
19 atimeMs: 0,
20 mtimeMs: 0,
21 ctimeMs: 0,
22 birthtimeMs: 0,
23 atime: new Date(),
24 mtime: new Date(),
25 ctime: new Date(),
26 birthtime: new Date(),
27 }
28}
29
30export function statSync() {
31 return lstatSync()

Callers 2

statSyncFunction · 0.85
statFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected