MCPcopy Index your code
hub / github.com/aiprodcoder/MIXAPI / NewChannelError

Function NewChannelError

types/channel_error.go:12–21  ·  view source on GitHub ↗
(channelId int, channelType int, channelName string, isMultiKey bool, usingKey string, autoBan bool)

Source from the content-addressed store, hash-verified

10}
11
12func NewChannelError(channelId int, channelType int, channelName string, isMultiKey bool, usingKey string, autoBan bool) *ChannelError {
13 return &ChannelError{
14 ChannelId: channelId,
15 ChannelType: channelType,
16 ChannelName: channelName,
17 IsMultiKey: isMultiKey,
18 AutoBan: autoBan,
19 UsingKey: usingKey,
20 }
21}

Callers 5

testAllChannelsFunction · 0.92
updateAllChannelsBalanceFunction · 0.92
RelayFunction · 0.92
WssRelayFunction · 0.92
RelayClaudeFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected