MCPcopy Create free account
hub / github.com/aiprodcoder/MIXAPI / GetBaseURL

Method GetBaseURL

model/channel.go:379–384  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

377}
378
379func (channel *Channel) GetBaseURL() string {
380 if channel.BaseURL == nil {
381 return ""
382 }
383 return *channel.BaseURL
384}
385
386func (channel *Channel) GetModelMapping() string {
387 if channel.ModelMapping == nil {

Callers 11

testChannelFunction · 0.80
FetchUpstreamRatiosFunction · 0.80
GetSyncableChannelsFunction · 0.80
updateChannelBalanceFunction · 0.80
FetchUpstreamModelsFunction · 0.80
updateVideoSingleTaskFunction · 0.80
RelayMidjourneySubmitFunction · 0.80
RelayTaskSubmitFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected