Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
24
export
const
hasFeature = (feature: FeatureType) => {
25
return
matrix[process.env.NODE_ENV][feature];
26
};
Callers
7
ConnectionSidebar
Function · 0.90
SettingAvatarIcon
Function · 0.90
SettingGeneralView
Function · 0.90
modelRadio
Function · 0.90
sendMessageToCurrentConversation
Function · 0.90
handler
Function · 0.90
[...nextauth].ts
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected