MCPcopy Index your code
hub / github.com/ChatGPTBox-dev/chatGPTBox / t

Function t

tests/unit/popup/api-modes-provider-utils.test.mjs:1948–1948  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

1946 }
1947 const providers = [{ id: 'myproxy', name: 'My Proxy' }]
1948 const t = (value) => value
1949
1950 assert.equal(getApiModeDisplayLabel(apiMode, t, providers), 'My Proxy (deepseek-v3.2)')
1951})

Callers 15

FloatingToolbarFunction · 0.85
DecisionCardFunction · 0.85
InputBoxFunction · 0.85
DeleteButtonFunction · 0.85
CopyButtonFunction · 0.85
ReadButtonFunction · 0.85
FeedbackForChatGPTWebFunction · 0.85
ThinkComponentFunction · 0.85
ThinkComponentFunction · 0.85
WebJumpBackNotificationFunction · 0.85
ConversationCardFunction · 0.85
portMessageListenerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected