MCPcopy 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

1type FeatureType = "debug" | "account" | "payment" | "quota" | "collect";
2
3export const hasDatabase = () => {
4 return process.env.NEXT_PUBLIC_USE_DATABASE == "true";

Callers

nothing calls this directly

Calls 1

hasDatabaseFunction · 0.85

Tested by

no test coverage detected