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

Method GetStatusCodeMapping

model/channel.go:393–398  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

391}
392
393func (channel *Channel) GetStatusCodeMapping() string {
394 if channel.StatusCodeMapping == nil {
395 return ""
396 }
397 return *channel.StatusCodeMapping
398}
399
400func (channel *Channel) Insert() error {
401 var err error

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected