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

Method GetModelMapping

model/channel.go:386–391  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

384}
385
386func (channel *Channel) GetModelMapping() string {
387 if channel.ModelMapping == nil {
388 return ""
389 }
390 return *channel.ModelMapping
391}
392
393func (channel *Channel) GetStatusCodeMapping() string {
394 if channel.StatusCodeMapping == nil {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected