Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/prisma/prisma
/ checkSchema
Method
checkSchema
packages/cli/src/utils/nps/status.ts:34–39 ·
view source on GitHub ↗
(obj: any)
Source
from the content-addressed store, hash-verified
32
}
33
34
checkSchema(obj: any): obj is NpsStatus {
35
return
(
36
obj.currentTimeframe == null ||
37
(typeof obj.currentTimeframe.start ===
'string'
&& typeof obj.currentTimeframe.end ===
'string'
)
38
)
39
}
40
}
Callers
1
status
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected