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

Method GetTag

model/channel.go:217–222  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

215}
216
217func (channel *Channel) GetTag() string {
218 if channel.Tag == nil {
219 return ""
220 }
221 return *channel.Tag
222}
223
224func (channel *Channel) SetTag(tag string) {
225 channel.Tag = &tag

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected