MCPcopy Index your code
hub / github.com/sqlchat/sqlchat / hasFeature

Function hasFeature

src/utils/feature.ts:24–26  ·  view source on GitHub ↗
(feature: FeatureType)

Source from the content-addressed store, hash-verified

22};
23
24export const hasFeature = (feature: FeatureType) => {
25 return matrix[process.env.NODE_ENV][feature];
26};

Callers 7

ConnectionSidebarFunction · 0.90
SettingAvatarIconFunction · 0.90
SettingGeneralViewFunction · 0.90
modelRadioFunction · 0.90
handlerFunction · 0.90
[...nextauth].tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected