MCPcopy Create free account
hub / github.com/Work-Fisher/code-claw / tabLabel

Function tabLabel

ai-code-studio/src/components/SettingsDialog.tsx:30–43  ·  view source on GitHub ↗
(tab: SettingsTab)

Source from the content-addressed store, hash-verified

28};
29
30function tabLabel(tab: SettingsTab) {
31 switch (tab) {
32 case 'Provider':
33 return '模型来源';
34 case 'Workspace':
35 return '工作区';
36 case 'Runtime':
37 return '运行时';
38 case 'Verify':
39 return '验证';
40 case 'Soul':
41 return '灵魂';
42 }
43}
44
45function tabHint(tab: SettingsTab) {
46 switch (tab) {

Callers 1

SettingsDialogFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected