Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/sqlchat/sqlchat
/ feature.ts
File
feature.ts
src/utils/feature.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
type
FeatureType =
"debug"
|
"account"
|
"payment"
|
"quota"
|
"collect"
;
2
3
export
const
hasDatabase = () => {
4
return
process.env.NEXT_PUBLIC_USE_DATABASE ==
"true"
;
Callers
nothing calls this directly
Calls
1
hasDatabase
Function · 0.85
Tested by
no test coverage detected