MCPcopy
hub / github.com/prisma/prisma / existsSync

Function existsSync

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

Source from the content-addressed store, hash-verified

1// TODO(aqrln): check if this stub is still necessary now that we have removed dotenv
2
3export function existsSync() {
4 return false
5}
6
7export function lstatSync() {
8 return {

Callers 2

mainFunction · 0.90
installPackageMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected