MCPcopy
hub / github.com/QuantumNous/new-api / GetStatusCodeMapping

Method GetStatusCodeMapping

model/channel.go:509–514  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

507}
508
509func (channel *Channel) GetStatusCodeMapping() string {
510 if channel.StatusCodeMapping == nil {
511 return ""
512 }
513 return *channel.StatusCodeMapping
514}
515
516func (channel *Channel) Insert() error {
517 var err error

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected