MCPcopy
hub / github.com/tinode/chat / isReadOnly

Method isReadOnly

server/topic.go:3754–3756  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3752}
3753
3754func (t *Topic) isReadOnly() bool {
3755 return (atomic.LoadInt32(&t.status) & topicStatusReadOnly) != 0
3756}
3757
3758func (t *Topic) isLoaded() bool {
3759 return (atomic.LoadInt32(&t.status) & topicStatusLoaded) != 0

Callers 3

handlePubBroadcastMethod · 0.95
handleNoteBroadcastMethod · 0.95
anotherUserSubMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected